Skip to content

Commit

Permalink
#115 typo in mysql8 initialization script
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Jun 13, 2022
1 parent 311afed commit 75231e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/0.configure-root-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
cat >> /docker-entrypoint-initdb.d/5.configure-users.sql <<END
CREATE USER 'root'@'${MYSQL_ROOT_HOST}' IDENTIFIED BY '${MYSQL_ROOT_PASSWORD}';
GRANT ALL ON *.* TO 'root'@'${MYSQL_ROOT_HOST}' WITH GRANT OPTION ;
GRANT PROXY ON ''@'' TO 'root'@'${MYSQL_ROOT_HOST}' WITH GRANT OPTION ;"
GRANT PROXY ON ''@'' TO 'root'@'${MYSQL_ROOT_HOST}' WITH GRANT OPTION ;
END

echo start /docker-entrypoint-initdb.d/5.configure-users.sql
Expand Down

0 comments on commit 75231e1

Please sign in to comment.