update
This commit is contained in:
parent
1d0c965ff0
commit
e4943fe60a
|
|
@ -10,7 +10,7 @@ default-character-set = UTF8MB4
|
|||
|
||||
sha256_password_private_key_path={$SERVER_APP_PATH}/data/mysql.pem
|
||||
sha256_password_public_key_path={$SERVER_APP_PATH}/data/mysql.pub
|
||||
authentication_policy=mysql_native_password
|
||||
authentication_policy=caching_sha2_password
|
||||
|
||||
pid-file = {$SERVER_APP_PATH}/data/mysql.pid
|
||||
user = mysql
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ default-character-set = UTF8MB4
|
|||
|
||||
sha256_password_private_key_path={$SERVER_APP_PATH}/data/mysql.pem
|
||||
sha256_password_public_key_path={$SERVER_APP_PATH}/data/mysql.pub
|
||||
authentication_policy=mysql_native_password
|
||||
authentication_policy=caching_sha2_password
|
||||
|
||||
pid-file = {$SERVER_APP_PATH}/data/mysql.pid
|
||||
user = mysql
|
||||
|
|
|
|||
Loading…
Reference in New Issue