1、使用mysqldump时报错(1064),这个是因为mysqldump版本太低与当前数据库版本不一致导致的
mysqldump: Couldn't execute 'SET OPTION SQL_QUOTE_SHOW_CREATE=1': You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_QUOTE_SHOW_CREATE=1' at line 1 (1064)
[root@bastion-IDC ~]# mysqldump --version
mysqldump Ver 10.13 Distrib 5.1.61, for redhat-linux-gnu (x86_64)
[root@bastion-IDC ~]# mysql // 或者登陆mysql,select version(); 也可查看版本
Server version: 5.6.25-log Source distribution
。。。。。
这样的话必须知道mysqldump的绝对路径,在mysql的安装目录下有。
2、导出时指定字符集,报错
Character set 'utf-8' is not a compiled character set and is not specifie .
--default-character-set=utf-8
这个是因为字符集错了。是 --default-character-set=utf8
3、导出时提示warning,A partial dum