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
匿名 · 更新于 2016/1/22
重点地方加粗了 自己感觉
C:\Users\Administrator>mysqldump -h localhost -u root -p xdjd --set-gtid-purged=off --default-character-set=utf8 > d:/xdjd.sql
