Versions Compared

Key

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

...

Stop Replication between both servers

...

titleLogon to MySQL on both DualShield Servers

...

On both Server1 and Server 2 machines, open a command prompt and change directory to C:\Program Files\Deepnet DualShield\mysql\bin

Log into MySQL console on both machines, and stop the slave service:

...

Use the following query statements to stop slave..

Code Block
languagesql
themeEmacs
mysql -u root -p

(Enter your password at prompt)

mysql> use dualshield;

mysql> stop slave;

...