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> 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
themeEmacs
mysql> reset master; 
mysql> reset slave;

4) Stop the MySQL(Dual) Service

Image Added

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.

Image Added