Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Apr 14, 2023
2 parents cd4f7da + be1b78b commit 1a41174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ Now you can place files for different Services in ```/etc/qemu/fsfreeze-hook.d/`
# from the other clients until the filesystem is thawed.

MYSQL="/usr/bin/mysql"
#MYSQL_OPTS="-uroot" #"-prootpassword"
MYSQL_OPTS="--defaults-extra-file=/etc/mysql/debian.cnf"
MYSQL_OPTS="-uroot"
MYSQL_PWD="mypassword"
FIFO=/var/run/mysql-flush.fifo

# Check mysql is installed and the server running
Expand Down

0 comments on commit 1a41174

Please sign in to comment.