From 6fdba85d045d6aedcd9731249e6e53549c1c8290 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 10 Jun 2024 16:57:20 +0800 Subject: [PATCH] Update my8.4.cnf --- plugins/mysql-yum/conf/my8.4.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql-yum/conf/my8.4.cnf b/plugins/mysql-yum/conf/my8.4.cnf index 6962a1ce8..fe2adacbc 100644 --- a/plugins/mysql-yum/conf/my8.4.cnf +++ b/plugins/mysql-yum/conf/my8.4.cnf @@ -7,7 +7,7 @@ default-character-set = UTF8MB4 [mysqld] !include {$SERVER_APP_PATH}/etc/mode/classic.cnf -mysql_native_password=ON +#mysql_native_password=ON authentication_policy=caching_sha2_password pid-file = {$SERVER_APP_PATH}/data/mysql.pid user = mysql