Projet

Général

Profil

mysqld.cnf.patch

Benjamin Bohard, 08/09/2022 11:45

Télécharger (416 octets)

Voir les différences:

modif/mysqld.cnf 2022-09-08 11:43:57.745339951 +0200
83 83
#server-id		= 1
84 84
#log_bin			= /var/log/mysql/mysql-bin.log
85 85
%if %%mysql_activer_binlog == 'oui'
86
max_binlog_size         = 100M
86
max_binlog_size         = 1M
87 87
%set %%retention_in_seconds = %%mysql_binlog_retention * 3600
88 88
binlog_expire_logs_seconds	= %%retention_in_seconds
89 89
%else