From ff1c96ba7f46acc120209e3bd88cb61e5001feb3 Mon Sep 17 00:00:00 2001 From: bzop Date: Mon, 5 Sep 2022 01:41:53 +0000 Subject: [PATCH] update mysqld.cnf. Signed-off-by: bzop (cherry picked from commit b6b2d43e449238b6d67b9eb1265f5a064a4771e1) --- mysqld.cnf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysqld.cnf b/mysqld.cnf index 36eb2aa..8b54db6 100644 --- a/mysqld.cnf +++ b/mysqld.cnf @@ -31,3 +31,6 @@ # socket=/var/lib/mysql/mysql.sock # log-error=/var/log/mysqld.log # pid-file=/var/run/mysqld/mysqld.pid + +# Keep the same behavior like other MySQL based/series Databases(MariaDB, Percona, GreatSQL, MySQL5.7 and MySQL8.0) +!includedir /etc/my.cnf.d -- Gitee