...
| Code Block | ||||
|---|---|---|---|---|
| ||||
mysql -u root -p (Enter your password at prompt) mysql> stop slave; |
3) Reset master and slave on both servers. This will clear the replication configuration and status information from the previous cluster.
| Code Block | ||
|---|---|---|
| ||
mysql> reset master;
mysql> reset slave;
|
4) Stop the MySQL(Dual) Service
5) Launch Notepad in Admin mode and open the das.ini file in C:\Program Files\Deepnet DualShield\mysql
6) Delete all replication server configuration details from the das.ini file.
