From 52d5fe4470d269dd03c48c24b05186b9f300f770 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 10 Aug 2022 15:47:37 +0800 Subject: [PATCH] Update my.cnf --- plugins/mysql/conf/my.cnf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mysql/conf/my.cnf b/plugins/mysql/conf/my.cnf index 48c5a89f6..92a8c7111 100644 --- a/plugins/mysql/conf/my.cnf +++ b/plugins/mysql/conf/my.cnf @@ -7,8 +7,8 @@ socket = {$SERVER_APP_PATH}/mysql.sock [mysqld] !include {$SERVER_APP_PATH}/etc/mode/classic.cnf -sha256_password_private_key_path=mysql.pem -sha256_password_public_key_path=mysql.pub +;sha256_password_private_key_path=mysql.pem +;sha256_password_public_key_path=mysql.pub pid-file = {$SERVER_APP_PATH}/data/mysql.pid user = mysql