-
-
-
-
adam10 is
feeling Confused
#mysql_problems
How to disable MySQL binary logging with log_bin variable ???-
-
thanks @onlyfor 🙂 worked for me
-
-
-
-
-
adam10 is
feeling Excited
-
Mourad ELGORMA and
adam10 are now friends
If you are not replicating, you can disable binlogging by changing your my.ini or my.cnf file. Open your my.ini or /etc/my.cnf (/etc/mysql/my.cnf), enter:
# vi /etc/my.cnf
Find a line that reads “log_bin” and remove or comment it as follows:
#log_bin = /var/log/mysql/mysql-bin.log
You also need to remove or comment following lines:
#e…Read More