[できるPRO MySQL できるPROシリーズ Kindle版] まとめ

Logo

できるPRO MySQL できるPROシリーズ Kindle版の内容をまとめる。

View the Project on GitHub nekonisi/MySQL

02_データベースの参照方法

概要

SHOW DATABASES

概要

文法

SHOW DATABASES

サンプル

MariaDB [(none)]> SHOW DATABASES;
+--------------------+
| Database           |
+--------------------+
| book_diary_db      |
| dekirusample       |
| information_schema |
| mysql              |
| performance_schema |
| phpmyadmin         |
| test               |
| testdb             |
+--------------------+
8 rows in set (0.13 sec)