From 63056b2d9189f873e23a125627a1eba40a3329bd Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 10 Jun 2024 20:49:28 +0800 Subject: [PATCH] Update my8.4.cnf --- plugins/mysql/conf/my8.4.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql/conf/my8.4.cnf b/plugins/mysql/conf/my8.4.cnf index 8ccfde4fe..c3232898a 100644 --- a/plugins/mysql/conf/my8.4.cnf +++ b/plugins/mysql/conf/my8.4.cnf @@ -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