"SHOW DATABASES"의 두 판 사이의 차이

(새 문서: ;SHOW DATABASES ;show dbs ==MongoDB== {{참고|몽고DB show dbs}} ==MySQL== {{참고|MySQL SHOW DATABASES}} <source lang='cli'> mysql> SHOW DATABASES; +--------------------+ | Data...)
 
4번째 줄: 4번째 줄:
==MongoDB==
==MongoDB==
{{참고|몽고DB show dbs}}
{{참고|몽고DB show dbs}}
<source lang='cli'>
> show dbs
local 0.078125GB
</source>


==MySQL==
==MySQL==

2015년 12월 21일 (월) 13:06 판

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 같이 보기

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