MySQL

게시글 보기
작성자 유건데이타 등록일 2015-04-21
제목 현재 database목록
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| sakila |
| test |
| world |
+--------------------+
6 rows in set (0.00 sec)

mysql>
Comment
등록된 코멘트가 없습니다.