module-mysql/files/config/my.cnf.CentOS

18 lines
395 B
Text
Raw Normal View History

2008-07-01 20:29:30 +02:00
[mysqld]
2008-07-11 16:15:13 +02:00
datadir=/var/lib/mysql
2008-07-11 16:13:03 +02:00
log-bin=/var/lib/mysql
2008-07-01 20:29:30 +02:00
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=0
bind-address=127.0.0.1
[mysql.server]
user=mysql
basedir=/var/lib
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid