SHOW DATABASES

Jmnote (토론 | 기여)님의 2016년 3월 23일 (수) 20:35 판 (→‎같이 보기)
SHOW DATABASES
show dbs

1 MongoDB

> show dbs
local	0.078125GB

2 MySQL

mysql> SHOW DATABASES;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| Northwind          |
| gnuboard           |
| mysql              |
| performance_schema |
| test               |
+--------------------+
6 rows in set (0.01 sec)

3 같이 보기