Is it possible that when you try to import a backup of your MySQL database on Google Cloud, you have the following error :
error: exit status 1 stdout(capped at 100k bytes): stderr: ERROR 3546 (HY000) at line 26: @@GLOBAL.GTID_PURGED cannot be changed: the added gtid set must not overlap with @@GLOBAL.GTID_EXECUTED
To solve the problem, open the SQL file with text editor and search the error “@@GLOBAL.GTID_EXECUTED”
After modifying the *.sql file, you should be able to import successfully :
0 Comments