找回密码
 免费注册

mysql显示所有数据库命令操作教程

[复制链接]
发表于 2022-11-25 09:24:22 | 显示全部楼层 |阅读模式
mysql显示所有数据库命令操作教程

语法:

  1. show databases
复制代码
代码:

  1. mysql> show databases;
  2. +--------------------+
  3. | Database           |
  4. +--------------------+
  5. | information_schema |
  6. | mysql              |
  7. | performance_schema |
  8. | test               |
  9. +--------------------+
  10. 4 rows in set (0.00 sec)
复制代码
注意:数据库安装后,只带上面四个数据库

QQ|Archiver|小黑屋|网站地图|深圳市金黑网络技术有限公司 ( 粤ICP备2021124338号|粤公网安备 44030702003689号 )

GMT+8, 2026-8-8 16:05 , Processed in 0.059706 second(s), 22 queries .

Powered by Discuz! X3.5

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表