• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Mysql /etc/my.cnf default settings 11.5.30

ZopfWare

Regular Pleskian
Is this all there is to my.cnf these days?

[mysqld]
bind-address=127.0.0.1
local-infile=0
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid


I'm having mysql usage problems and seem to recall this file had a lot more settings in it.

Any comments?
 
You'd be surprised to hear, but depending on MySQL variant this file may even be empty or absent (e.g., for MariaDB). Other than that looks OK to me.
 
Back
Top