From e4943fe60a75d3232bbe154151e0baa68f26a499 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 10 Jun 2024 21:09:16 +0800 Subject: [PATCH] update --- plugins/mysql/conf/my8.2.cnf | 2 +- plugins/mysql/conf/my8.3.cnf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mysql/conf/my8.2.cnf b/plugins/mysql/conf/my8.2.cnf index 8ccfde4fe..c3232898a 100644 --- a/plugins/mysql/conf/my8.2.cnf +++ b/plugins/mysql/conf/my8.2.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 diff --git a/plugins/mysql/conf/my8.3.cnf b/plugins/mysql/conf/my8.3.cnf index 8ccfde4fe..c3232898a 100644 --- a/plugins/mysql/conf/my8.3.cnf +++ b/plugins/mysql/conf/my8.3.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