Hi all,
MySQL has a default binlog size of 1GB.
If you wish to reduce this, you can adjust it using the max_binlog_size
config variable.
Here’s how you can reduce it to 256MB:
- Navigate to your site’s
conf/mysql/my.cnf.hbs
file - Under
[mysqld]
addmax_binlog_size=256M
and save the file. - Restart your Local site