diff options
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 |