Browse Source

Merge pull request #147 from SeonMe/patch-1

update default_authentication_plugin
yeho 6 years ago
parent
commit
074b2377af
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/mysql-8.0.sh

+ 2 - 0
include/mysql-8.0.sh

@@ -90,6 +90,8 @@ server-id = 1
 init-connect = 'SET NAMES utf8mb4'
 character-set-server = utf8mb4
 
+default_authentication_plugin=mysql_native_password
+
 skip-name-resolve
 #skip-networking
 back_log = 300