MySQL - SHOW DATABASES

Jmnote bot (토론 | 기여)님의 2016년 3월 29일 (화) 10:50 판 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))

1 개요

MySQL SHOW DATABASES
  • 데이터베이스 목록을 조회하는 SQL문
mysql> SHOW DATABASES;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| Northwind          |
| gnuboard           |
| mysql              |
| performance_schema |
| test               |
+--------------------+
6 rows in set (0.01 sec)

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}