Keywords: MySQL - AWS - Technical issue - Other
bnsupport ID: fc612c5b-a3ea-1e62-140a-f98f576b1ed1
Description:
Site has been running for weeks for no issue, and today in a the span of a few hours 15+ GB of binlogs have been saved in the mysql.
Adding an expiry to my.cnf does not seem to work.
[mysqld]
basedir=/opt/bitnami/mysql
datadir="/opt/bitnami/mysql/data"
port=3306
socket=/opt/bitnami/mysql/tmp/mysql.sock
tmpdir=/opt/bitnami/mysql/tmp
max_allowed_packet=32M
bind-address=127.0.0.1
skip-name-resolve=1
log-bin
binlog_expire_logs_seconds=60
expire_logs_days = 0
character-set-server=utf8mb4
collation-server=utf8mb4_general_ci