diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-27 17:30:13 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-27 17:30:13 +0200 |
commit | 3bbede4b7f01b36dd98893db4b3daf985161579a (patch) | |
tree | 928d85ac0737fa81bb1c7c317e82ec6f589c078a /test/mysql/my.cnf | |
parent | a717ad31d5f508804b49c9f5b9313af1b352c17a (diff) | |
download | nutyx-extra-3bbede4b7f01b36dd98893db4b3daf985161579a.tar.gz nutyx-extra-3bbede4b7f01b36dd98893db4b3daf985161579a.tar.bz2 nutyx-extra-3bbede4b7f01b36dd98893db4b3daf985161579a.tar.xz nutyx-extra-3bbede4b7f01b36dd98893db4b3daf985161579a.zip |
mysql dans test
Diffstat (limited to 'test/mysql/my.cnf')
-rw-r--r-- | test/mysql/my.cnf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/mysql/my.cnf b/test/mysql/my.cnf new file mode 100644 index 000000000..37070a679 --- /dev/null +++ b/test/mysql/my.cnf @@ -0,0 +1,20 @@ +# +# /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 |