...
Stop Replication between both servers
...
| title | Logon 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 | ||||
|---|---|---|---|---|
| ||||
mysql -u root -p
(Enter your password at prompt)
mysql> use dualshield;
mysql> stop slave; |
...