mysql常用命令行工具 登陆mysql mysql -u root -p 导入数据库 mysql -u root -p mysql > source /path/file.sql 继续阅读mysql常用命令行工具