Quantcast
Channel: StackExchange Replication Questions
Viewing all articles
Browse latest Browse all 17268

After disabling replication, should I disable binary logging?

$
0
0

I have a master-slave setup currently but am going to remove the replication DB server. The DBs are running on MySQL 5.6. I have a couple of questions about removing the replication:

1) I have read that I have to just run

stop slave; reset slave all;

on the slave and replication will stop, is that all I need to do?

2) I see on my master DB's my.cnf file:

log-bin=mysql-bin.log

log-slave-updates=1

expire-logs-days = 14

sync-binlog = 1

Should I remove or comment the above lines? Or should I let them be, I don't know if it's useful to keep logging enabled?


Viewing all articles
Browse latest Browse all 17268

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>