码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2018-02-04 21:01:27      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:ids   base   mysq   数据库   trigger   导出   mysqldump   /tmp   nes   

[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模式下面

标签:ids   base   mysq   数据库   trigger   导出   mysqldump   /tmp   nes   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!