- Login to server via SSH.
- Open my.cnf file available at /etc/my.cnf location.
Code:
#log_bin = /var/log/mysql/mariadb-bin
#log_bin_index = /var/log/mysql/mariadb-bin.inde
#log_slow_verbosity = query_plan
- After that restart MySQL
Code:
systemctl restart mysql