首页 > 数据库技术 > 详细

mysql导出数据库提示警告在GTID模式下面

时间:2018-02-04 20:29:23      阅读:301      评论:0      收藏:0      [点我收藏+]

[root@db02 tmp]# mysqldump -S /tmp/mysql.sock -A -R --triggers --master-data=2 --single-transaction |gzip >/tmp/12.gz
Warning: A partial dump from a server that has GTIDs will by default include the GTIDs of all transactions, even those that changed suppressed parts of the database. If you don‘t want to restore GTIDs, pass --set-gtid-purged=OFF. To make a complete dump, pass --all-databases --triggers --routines --events.

mysql导出数据库提示警告在GTID模式下面

原文:https://www.cnblogs.com/gaoyuechen/p/8413885.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!