Comments - setting GTID replication

7 years, 4 months ago Ian Gilfillan

There is no equivalent option, so you need to remove it from your config file for MariaDB to start. Perhaps this post explains some of the thinking: http://monty-says.blogspot.co.za/2014/02/the-final-piece-of-puzzle.html

 
7 years, 4 months ago IT IT Mig

Hi,

so none of the posts really helped us. maybe you can add it to the Documentation:

to create the GTID in MariaDB the only thing you need in my cnf is :

[mysqld] server-id = 1 gtid-domain-id = 1 log-bin

and to add a slave :

change master to master_host='$IPADDR', master_user='gtid_rep', master_password='$PASSWORD', master_use_gtid=slave_pos;

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.