Skip to content

Commit 333c489

Browse files
Hidde Boomsmanicoschoenmaker
authored andcommitted
mariadb compatibile (#1)
1 parent 22a36d5 commit 333c489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mysql_persistent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ ! -S "$SOCKET" ]; then
2727
fi
2828
mkdir -p "$DATA_DIR"
2929
mysql_install_db --no-defaults --datadir="$DATA_DIR" &>> "$LOG"
30-
${MYSQLD} --no-defaults --log="$LOG" --datadir="$DATA_DIR" --skip-networking --socket="$SOCKET" >&3 2>&3 &
30+
${MYSQLD} --no-defaults --skip-log-bin --general-log=true --general-log-file="$LOG" --datadir="$DATA_DIR" --skip-networking --socket="$SOCKET" >&3 2>&3 &
3131
N=0
3232
while [ ! -S "$SOCKET" ]; do
3333
echo -n '.' >&3

0 commit comments

Comments
 (0)