Introduction
When binary logging is enabled, MySQL/MariaDB can consume a lot of available disk space with log files. This article provides the steps to disable binary logging.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Open
/etc/my.cnf
in your preferred text editor. - Add the following line under
[mysqld]
.disable-log-bin=1
- Save the changes and exit the text editor.
- Restart the SQL service.
/scripts/restartsrv_mysql
Comments
0 comments
Article is closed for comments.