issues
search
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
257
stars
28
forks
source link
Multiple improvements
#60
Closed
drupaladmin
closed
3 years ago
drupaladmin
commented
3 years ago
Added simple one step installation process. Closes #23.
Improved documentation.
Improved and published tests description at releem.com. Closes #31.
Fixed problem with timeout variables. Closes #29.
Added calculation of the 'max_allowed_packet' variable.
Added calculation of the 'read_rnd_buffer_size' variable.
Improved calcualtion of the 'sort_buffer_size' variable.
Improved calculation of the 'innodb_buffer_pool_size' variable.
Improved calculation of the 'key_buffer_size' variable.
Improved calculation of the 'innodb_buffer_pool_instances' variable. Closes #37.