removed automatcially. Older logs removed after restart service or executed command FLUSH BINARY LOGS.
Can anyone help?
You need to execute this query show global variables like '%binlog_exp%'; and check the values.
Show that the parameters are set correctly
show global variables like '%binlog_size%';
How many binlog files are there after the limit time? How many days or hours do binlog files remain after the limit time expires? For example, now 20240808 11:43, you didn't do anything, and on the server there are binlog files older than 20240805 11:43. How many of these binlog files are there? Are these binlog files numbered in order?
Binlog are is order. After the limit time expires all binlog remain. Sometimes the service restarts and files cleaned, so how many days files remain i don't know. Longest storage period was 3 months.
You need to check file '/etc/mysql/my.cnf' and another '*.cnf' files maybe there is parameter duplicated somewhere.
Vary strange. Because execution 'SHOW GLOBAL VARIABLES...' show correct values.
In the file 'error.log' there are errors?
Nothing. Some warnings related with plugin mysql_native_password.
Обсуждают сегодня