January 2018
Intermediate to advanced
446 pages
12h 57m
English
If the replication is already set up between the servers, follow these steps:
shell> sudo vi /etc/my.cnf[mysqld]gtid_mode=ONenforce-gtid-consistency=trueskip_slave_start
On mastermysql> SET @@global.read_only = ON;On Slaves (if replication is already setup)mysql> SHOW SLAVE STATUS\G
Read now
Unlock full access