Skip to content

Commit

Permalink
fix: use native mysql password as default auth
Browse files Browse the repository at this point in the history
fixes connection refused errors described here: 
laradock#1752
laradock#2105
  • Loading branch information
metalcamp authored Feb 18, 2020
1 parent 127d486 commit 8f41141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql/my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
[mysqld]
sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
character-set-server=utf8
default-authentication-plugin=mysql_native_password

0 comments on commit 8f41141

Please sign in to comment.