小编abo*_*ira的帖子

转储文件MySQL 5.6.10

我试图从我的MySQL数据库创建一个转储文件,但是当我尝试它总是给我这个错误

exitcode 2操作失败

16:06:07 Dumping proactivetraindb (userstate)

Running: mysqldump.exe --defaults-extra-file="h:\docume~1\anarita\locals~1\temp\tmpde5rwy.cnf"  --user=root --max_allowed_packet=1G --host=localhost --port=3306 --default-character-set=utf8 "proactivetraindb" "userstate"

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)
Run Code Online (Sandbox Code Playgroud)

MySQl的版本是5.6.10,但MySQLDump的版本是5.5.16

有人知道如何解决这个问题吗?

mysql dump mysqldump

42
推荐指数
4
解决办法
8万
查看次数

标签 统计

dump ×1

mysql ×1

mysqldump ×1