有幾種方法可以查看 MySQL 數據庫:
使用命令行工具:
mysql -u username -p
username
show databases;
使用 MySQL Workbench:
使用 phpMyAdmin:
以上方法都可以查看數據庫,選擇一種你熟悉或者方便的方式即可。