Skip to content

Commit

Permalink
Merge pull request #7 from devilbox/release-0.5
Browse files Browse the repository at this point in the history
Fix MySQL 8.0 default auth method
  • Loading branch information
cytopia authored Aug 9, 2020
2 parents 383ec19 + a4d0718 commit ad0d8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/mysql-8.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN set -eux \
false; \
fi \
# Allow native password handling for MySQL 8.0
&& sed -i'' "s/^symbolic-links.*$/symbolic-links=0\ndefault-authentication-plugin=mysql_native_password/g" /etc/mysql/my.cnf
&& sed -i'' 's/^\[mysqld\]/[mysqld]\ndefault-authentication-plugin=mysql_native_password/g' /etc/mysql/my.cnf

0 comments on commit ad0d8f0

Please sign in to comment.