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

posted on 2020-01-17 17:22  知不可见  阅读(8969)  评论(1编辑  收藏  举报