Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

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;

...