opt/mysql/my.cnf

20 lines
262 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
#
# /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
[client]
socket = /tmp/mysql.sock
port = 3306
# End of file