June 19, 2013
Problem dumping MySQL database - Unknown system variable 'GTID_MODE'
I was trying to dump and restore a MySQL database today, but received the following error when I tried to dump:
mysqldump: Couldn't execute 'SELECT @@GTID_MODE': Unknown system variable 'GTID_MODE' (1193) The MySQL version of the database I was trying to dump was 5.5.28 and the server I was trying to restore into was 5.6.10.
A quick google told me that the error was likely due to this mismatch in versions.
...
Read more