Skip to content

Commit

Permalink
more win
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 28, 2024
1 parent 8c3543a commit 027f935
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sql/init-mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ then

# configure MySQL in the GitHub workflow runners
case "$(uname -s)" in
Linux*)
Linux*)
;;
Darwin*)
Darwin*)
mysqladmin --user=root --password='' --protocol=tcp password 'root'
;;
CYGWIN*|MINGW*|MINGW32*|MSYS*)
export MYSQL_PWD=""
CYGWIN*|MINGW*|MINGW32*|MSYS*)
mysqladmin --user=root --password='' --protocol=tcp password 'root'
# export MYSQL_PWD=""
;;
esac
fi
Expand Down

0 comments on commit 027f935

Please sign in to comment.