• mysql 命令行工具
    mysql -u your_username -p your_database_name
  • 检查数据库状态
    SHOW DATABASES;
    SHOW TABLES;