Merge pull request #2510 from metalcamp/fix/mysql-auth
Fix: Use native MySQL password as default auth
This commit is contained in:
commit
6a92eb0d58
@ -8,3 +8,4 @@
|
|||||||
[mysqld]
|
[mysqld]
|
||||||
sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
|
sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
|
||||||
character-set-server=utf8
|
character-set-server=utf8
|
||||||
|
default-authentication-plugin=mysql_native_password
|
||||||
|
Loading…
Reference in New Issue
Block a user