Skip to content

Commit

Permalink
enable mysql service
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 18, 2024
1 parent b785376 commit ef94c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/init-mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export MYSQL_PWD=root
# AUTH="--defaults-extra-file=./sql/my-gha.cnf"

mysql --user=root -e 'DROP DATABASE nictool;' || exit 1
# mysql --user=root -e 'DROP DATABASE IF EXISTS nictool;' || exit 1
mysql --user=root -e 'CREATE DATABASE nictool;' || exit 1

for f in './sql/*.sql';
Expand Down

0 comments on commit ef94c77

Please sign in to comment.