请问如何使用命令行工具检查数据库? Posted on 2025-04-10 23:28:45 mysql 命令行工具: mysql -u your_username -p your_database_name 检查数据库状态: SHOW DATABASES; SHOW TABLES;