Hello, try adding in mysql configuration
Set expiration time
expire_logs_days=3
binlog_expire_logs_seconds = 600000
It is not recommended to turn off the log, it can be used for restores and incremental backups
skip-log-bin=1
#log-bin=mysql-bin
#binlog_format=mixed
You need to restart mysql after adding
aaP_ngbaze100