mysql查看所有的数据库
C:\Windows\system32>mysql -u root -p
Enter password: ******
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| sys |
| test_first |