kb: how-to
Plesk for Linux
mysql
Applicable to:
- Plesk for Linux
Question
How to disable MySQL/MariaDB binary log (BinLog) in Plesk for Linux?
Answer
To disable the binary log, add the appropriate option to its configuration.
-
Log in to the server over SSH
-
Edit the MySQL configuration file:
-
RHEL, CentOS, AlmaLinux, and CloudLinux
# vi /etc/my.cnf
-
Debian and Ubuntu
# vi /etc/mysql/my.cnf
-
-
Add the option under
[mysqld]
[mysqld]
skip-log-bin -
Save the changes and close the file
-
Restart MySQL to apply the changes
# service mysql restart
Comments
0 comments
Please sign in to leave a comment.