有几种方法可以查看 MySQL 数据库:
使用命令行工具:
mysql -u username -p
username
show databases;
使用 MySQL Workbench:
使用 phpMyAdmin:
以上方法都可以查看数据库,选择一种你熟悉或者方便的方式即可。