We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d28b12 commit a70ee36Copy full SHA for a70ee36
bin/mysql_persistent.sh
@@ -26,7 +26,7 @@ if [ ! -S "$SOCKET" ]; then
26
rm -rf "$DATA_DIR"
27
fi
28
mkdir -p "$DATA_DIR"
29
- mysql_install_db --no-defaults --datadir="$DATA_DIR" &>> "$LOG"
+ mysql_install_db --auth-root-authentication-method=normal --no-defaults --datadir="$DATA_DIR" &>> "$LOG"
30
${MYSQLD} --no-defaults --skip-log-bin --general-log=true --general-log-file="$LOG" --datadir="$DATA_DIR" --skip-networking --socket="$SOCKET" >&3 2>&3 &
31
N=0
32
while [ ! -S "$SOCKET" ]; do
0 commit comments