Question : We have found concerns with GTID on MariaDB related to our multi-tenant MyISAM databases. It sounds like there […]
Tag: gtid
mysqlpump –set-gtid-purged=OFF still adds @SESSION.SQL_LOG_BIN=0;
Question : Whenever I add –set-gtid-purged=OFF, it still adds @@SESSION.SQL_LOG_BIN=0; to the output. According to the documentation, shouldn’t it get […]
Does GTID have only benefits in MySQL over “standard” Replication?
Question : I’m used to setup MySQL replication in the old-fashioned way and notice now there is a method using […]
changes on multimaster replication and activate GTID
Question : I’ve been reading a lot about the changes I planned to do to our DB landscape but I […]
changes on multimaster replication and activate GTID
Question : I’ve been reading a lot about the changes I planned to do to our DB landscape but I […]
Restoring a mysqldump loses user privileges for routines?
Question : When I try and restore a mysqldump, the user privileges against some routines are missing. From what I […]
How do I turn off MariaDB GTID to revert back to binlog replication?
Question : We have found concerns with GTID on MariaDB related to our multi-tenant MyISAM databases. It sounds like there […]
mysql 5.6 gtid replication slave stuck (system lock)?
Question : I have set up 5.6 gtid based replication (on 5.6.26) it seemed to work when I did it, […]
Do MySQL GTIDs get created for all transactions or just those that occur after enabling GTIDs?
Question : I have a MySQL database that I’m going to start replicating, and I plan on using GTIDs to […]
Got fatal error 1236 Slave has more GTIDs than the master has, using the master’s SERVER_UUID
Question : We are testing replication using GTID’s on two servers running MySQL 5.6. Replication was running fine, but now […]
- 1
- 2