summaryrefslogtreecommitdiffstats
path: root/extra/mysql/my.cnf
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-27 17:30:13 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-27 17:30:13 +0200
commit3bbede4b7f01b36dd98893db4b3daf985161579a (patch)
tree928d85ac0737fa81bb1c7c317e82ec6f589c078a /extra/mysql/my.cnf
parenta717ad31d5f508804b49c9f5b9313af1b352c17a (diff)
downloadnutyx-extra-3bbede4b7f01b36dd98893db4b3daf985161579a.tar.gz
nutyx-extra-3bbede4b7f01b36dd98893db4b3daf985161579a.tar.bz2
nutyx-extra-3bbede4b7f01b36dd98893db4b3daf985161579a.tar.xz
nutyx-extra-3bbede4b7f01b36dd98893db4b3daf985161579a.zip
mysql dans test
Diffstat (limited to 'extra/mysql/my.cnf')
-rw-r--r--extra/mysql/my.cnf20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/mysql/my.cnf b/extra/mysql/my.cnf
deleted file mode 100644
index 37070a679..000000000
--- a/extra/mysql/my.cnf
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# /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