Shabat Closer

Tuesday, July 30, 2013

TECH - MySQL 5.5 / 5.6 : disable MySQL slave replication

if you want to disable the slave replication.

run the query :
  • RESET SLAVE ALL;
to verify run the query
  • SHOW SLAVE STATUS
enjoy!

No comments:

Post a Comment