opt/mysql/my.cnf
2006-02-24 08:17:08 +00:00

21 lines
274 B
INI

#
# /etc/my.cnf
#
[mysqld]
datadir = /var/lib/mysql
user = daemon
log = /var/log/mysqld.log
pid-file = /var/run/mysqld.pid
socket = /tmp/mysql.sock
port = 3306
skip-networking
skip-innodb
[client]
socket = /tmp/mysql.sock
port = 3306
# End of file