This commit is contained in:
Mr Chen 2024-06-10 21:09:16 +08:00
parent 1d0c965ff0
commit e4943fe60a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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