From d78d7189d6be7f5fe88f948b69db1a738fc49f50 Mon Sep 17 00:00:00 2001 From: Tube <7u83@mail.ru> Date: Sun, 22 Oct 2023 23:30:19 +0200 Subject: [PATCH] almost empty my.cnf --- templates/my.cnf.mustache | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/templates/my.cnf.mustache b/templates/my.cnf.mustache index 6db49ca..d0dfcc4 100644 --- a/templates/my.cnf.mustache +++ b/templates/my.cnf.mustache @@ -1,22 +1,9 @@ # -# Managed by CFEngine +# Created by CFEngine # [client-server] -port = {{vars.cfg.mysql.port}} -socket = /run/mysqld/mysqld.sock - -#[mysql] -#prompt = \u@\h [\d]>\_ -#no_auto_rehash [mysqld] -#log-error =/var/log/mysql/mysqld.log -user = {{vars.mysql.cfg.user}} -port = {{vars.mysql.cfg.port}} -bind-address = {{vars.mysql.cfg.bind_address}} - -lower_case_table_names = 1 -