...
Please do not place replication configuration options such as "master_host" and "master_port" into the slave my.cnf file, as this can cause problems.
Also note that the slave must be able to connect to the master server, so adjust any firewall rules for port 3306 accordingly.
On the master server:
Code Block |
---|
mysql> show master status; |
...