把*.sql文件导入到mysql

2025-03-23 14:24:55
推荐回答(1个)
回答1:

mysql -u root -p db_name < abc.sql 这个命令在我的电脑上没有问题。你密码有没有输入。

或者有没有打错字符。