Commit 4d842506 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e7a3f20b
...@@ -106,8 +106,9 @@ MDB() { ...@@ -106,8 +106,9 @@ MDB() {
cat >$mycnf <<EOF cat >$mycnf <<EOF
[mysqld] [mysqld]
skip_networking skip_networking
socket = $mysock socket = $mysock
datadir = $neosql/data datadir = $neosql/data
log_error = $log/mdb.log
# the following comes from # the following comes from
# https://lab.nexedi.com/nexedi/slapos/blob/master/software/neoppod/my.cnf.in#L18 # https://lab.nexedi.com/nexedi/slapos/blob/master/software/neoppod/my.cnf.in#L18
...@@ -155,7 +156,7 @@ EOF ...@@ -155,7 +156,7 @@ EOF
mysql_install_db --defaults-file=$mycnf mysql_install_db --defaults-file=$mycnf
fi fi
mysqld --defaults-file=$mycnf --log-error=$log/mdb.log & mysqld --defaults-file=$mycnf &
} }
# ---- generate test data ---- # ---- generate test data ----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment