Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable mysql bin log by default #262

Open
kirtangajjar opened this issue Dec 10, 2018 · 0 comments
Open

Disable mysql bin log by default #262

kirtangajjar opened this issue Dec 10, 2018 · 0 comments

Comments

@kirtangajjar
Copy link
Contributor

Turns out bin log can quickly fill up your disk space. Also, the primary uses of binary log are:

* For replication, the binary log on a master replication server provides a record of the data changes to be sent to slave servers...
* Certain data recovery operations require the use of the binary log...

In case someone might want bin log for 2nd use case, he/she can enable it manually. It's best to disable this feature as most of the time it won't be necessary(AFAIK).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant