How to disable MySQL binary logging 2018-02-05 No Comments
I “know someone” who took way to long to find an answer to the question how to disable binary logging with MySQL so that it would no longer fills up all disk space putting a certain instance of WordPress offline every now and then. I find this solution rather unexpected: Putting [mysqld] skip-log-bin into /etc/mysql/my.cnf […]