Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleCentOS 6.x
service mysqld stop
service mysqld start

Check Database and Replication and Version are OK

Code Block
mysql -u root -p<password> -e "SHOW SLAVE STATUS\G SELECT VERSION();"

Only proceed if no errors are found.

...

Check Database and Replication and Version are OK

Code Block
mysql -u root -p<password> -e "SHOW SLAVE STATUS\G SELECT VERSION();"

Phase 4 - Configure Other Components

...