使用mysqldumper导入数据库时​​出错

时间:2014-03-08 08:36:03

标签: mysql database

我遇到的错误导致我的数据库恢复正常,但我读过这个错误。

http://forum.mysqldumper.de/character-set-client-can-t-be-set-to-the-value-of-null-t6088.html

现在,如果我这样做,我有这个错误,我可以忽略它们吗?

08.03.2014 09:22:49 :   Restore of db `root`
Error-Message : Restore failed: Variable 'character_set_client' can't be set to the value of 'NULL'
SQL : /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;

08.03.2014 09:29:51 :   Restore of db `root`
Notice : Variable 'character_set_client' can't be set to the value of 'NULL'
SQL : /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;

08.03.2014 09:29:51 :   Restore of db `root`
Notice : Variable 'collation_connection' can't be set to the value of 'NULL'
SQL : /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

1 个答案:

答案 0 :(得分:0)

您是否尝试在命令行中使用mysql导入数据库? mysql -u user -p database<你的档案

此致