From 722221ecd4d6218cd1c7b6e616f1f735eb2fbc69 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 21 Feb 2021 15:56:10 +0800 Subject: [PATCH] up --- plugins/mysql/conf/my.cnf | 1 + plugins/mysql/conf/my8.0.cnf | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/mysql/conf/my.cnf b/plugins/mysql/conf/my.cnf index 9d44bab02..7e323f504 100644 --- a/plugins/mysql/conf/my.cnf +++ b/plugins/mysql/conf/my.cnf @@ -1,4 +1,5 @@ [client] +user = root #password = your_password port = 3306 socket = {$SERVER_APP_PATH}/mysql.sock diff --git a/plugins/mysql/conf/my8.0.cnf b/plugins/mysql/conf/my8.0.cnf index ab5352f30..f08db82a6 100644 --- a/plugins/mysql/conf/my8.0.cnf +++ b/plugins/mysql/conf/my8.0.cnf @@ -1,4 +1,5 @@ [client] +user = root #password = your_password port = 3306 socket = {$SERVER_APP_PATH}/mysql.sock