LoginSignup
8
9

More than 3 years have passed since last update.

【MySQL】エラー:Warning: A partial dump from...

Last updated at Posted at 2020-01-24

Warning: A partial dump from ...

mysqldumpしようとすると発生。

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. 

エラーメッセージをちゃんとみていなかったのですが、 --set-gtid-purged=OFFをオプションにつけて再度mysqldumpコマンドを叩けばOK.


こちらの記事を参考。

8
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
9