From f85eb873c0c216b3e9788e6981a4b38fa231ee5e Mon Sep 17 00:00:00 2001 From: nutra-bot Date: Tue, 28 Jun 2022 04:19:40 +0000 Subject: [PATCH] inject port 3307 --- etc/mysql/mysql.conf.d/mysqld.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/mysql/mysql.conf.d/mysqld.cnf b/etc/mysql/mysql.conf.d/mysqld.cnf index 7b234a1..38d1a3f 100644 --- a/etc/mysql/mysql.conf.d/mysqld.cnf +++ b/etc/mysql/mysql.conf.d/mysqld.cnf @@ -18,7 +18,7 @@ user = mysql # pid-file = /var/run/mysqld/mysqld.pid # socket = /var/run/mysqld/mysqld.sock -# port = 3306 +port = 3307 # datadir = /var/lib/mysql -- 2.52.0