Versions Compared

Key

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

...

Code Block
languagesql
themeEmacs
mysql -u root -p

(Enter your password at prompt)

mysql> use dualshield;

mysql> stop slave;


Take a snapshot of the database on Server1

...

Hit return and enter the password when prompted.  Hit return again.  The process may take a few minutes, but when you see the curser cursor again, it means the snapshot has been taken.

...

Code Block
languagesql
themeEmacs
mysql> stopstart slave;


Check slave status on both servers:

...