Releem / mysqlconfigurer

Releem is a simple MySQL tuning tool to improve database performance and reduce servers costs.
https://releem.com
GNU General Public License v3.0
256 stars 27 forks source link

Releem can't recognize that innodb_log_file_buffering is enabled #285

Closed drupaladmin closed 6 months ago

drupaladmin commented 6 months ago

There is still a parameter that was not recognized, I have already applied it to my files manually and used the Releem command, but unfortunately it did not work

drupaladmin commented 6 months ago

We’ve investigated the issue.

The root cause of the issue was that the value of innodb_log_file_buffering depends on innodb_flush_log_at_trx_commit

We’ve fixed it.

Recommendations will be updated in a few days.