summaryrefslogtreecommitdiff
path: root/files/config/my.cnf.CentOS
blob: 2bc6884b781de477488e1c0f997aca13bc588540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[mysqld]
datadir=/var/lib/mysql/data
log-bin=/var/lib/mysql/mysql-bin
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=/usr

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