MySQL version 8.0 において、エクスポートを実行すると Warning が発生し、インポートするとエラーが発生しインポートできない。
12:24:32 Dumping DB名 (テーブル名) Running: “C:\Program Files\MySQL\mysqldump.exe” –defaults-file=”c:\users\ユーザー名\appdata\local\temp\tmpjbchlb.cnf” –user=DBユーザー名 –host=DBホスト名 –protocol=tcp –port=3306 –default-character-set=utf8 “DB名” “テーブル名” 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. |
exportのGTID設定をAutoからOFFに変更する