opt/mysql/my.cnf

21 lines
273 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
#
# /etc/my.cnf
#
[mysqld]
datadir = /var/lib/mysql
2009-06-13 23:15:46 +02:00
user = mysql
2006-02-23 16:26:10 +01:00
log = /var/log/mysqld.log
pid-file = /var/run/mysqld.pid
socket = /tmp/mysql.sock
port = 3306
skip-networking
skip-innodb
2006-02-23 16:26:10 +01:00
[client]
socket = /tmp/mysql.sock
port = 3306
# End of file