MySQL基础命令11条 2020-3-03 15:46 | 39 | 0 | Mysql 1:查看显示所有数据库 mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | INVOICE | | mysql | | performance_schema | | test | +… Mysql