From 06223468529b8d618d1702ddd9a56e397e8bccdd Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 7 Nov 2022 09:50:44 +0800 Subject: [PATCH] up --- plugins/mysql-apt/conf/my5.7.cnf | 2 +- plugins/mysql-apt/conf/my8.0.cnf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mysql-apt/conf/my5.7.cnf b/plugins/mysql-apt/conf/my5.7.cnf index e8379b24a..9d4f4b386 100644 --- a/plugins/mysql-apt/conf/my5.7.cnf +++ b/plugins/mysql-apt/conf/my5.7.cnf @@ -1,7 +1,7 @@ [client] user = root #password = your_password -port = 3376 +port = 33206 socket = {$SERVER_APP_PATH}/mysql.sock default-character-set = UTF8MB4 diff --git a/plugins/mysql-apt/conf/my8.0.cnf b/plugins/mysql-apt/conf/my8.0.cnf index 8488245cb..f4593abc9 100644 --- a/plugins/mysql-apt/conf/my8.0.cnf +++ b/plugins/mysql-apt/conf/my8.0.cnf @@ -1,7 +1,7 @@ [client] user = root #password = your_password -port = 3306 +port = 33206 socket = {$SERVER_APP_PATH}/mysql.sock default-character-set = UTF8MB4