mysqldump: Couldn't execute 'SET OPTION SQL_QUOTE_SHOW_CREATE=1'

本文介绍了解决使用mysqldump进行数据库备份时出现的语法错误问题,并提供了使用不同版本工具成功备份的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

上一篇中,因为使用参数强制启动了mysql服务,所以需要使用mysqldump对数据进行备份
但是备份过程中报错如下:
[root@test11g ~]# mysqldump -uroot -proot -h 192.168.100.141 --all-database > all.sql
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)

检查发现是mysqldump工具版本的问题:
默认使用的是系统自带的
[root@test11g ~]# which mysqldump
/usr/bin/mysqldump

使用新版本的备份
[root@test11g ~]# /tol/mysql/bin/mysqldump -uroot -proot -h 192.168.100.141 --database  live_koo mysql > all.sql
Warning: Using a password on the command line interface can be insecure.
Warning: Using unique option prefix database instead of databases is deprecated and will be removed in a future release. Please use the full name instead.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/23249684/viewspace-1386984/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/23249684/viewspace-1386984/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值