Skip to content

Releases: Releem/mysqlconfigurer

0.9.1

02 Jul 15:59
Compare
Choose a tag to compare

Releem 0.9.1, 2022-04-30

  • Added display of Memory Limit in Releem Customer Portal
  • Improved MySQL Performance Score
  • Fixed duplicated servers in Releem Customer Portal
  • Removed servers where Releem Agent is not active.

0.9.0

23 Apr 14:21
Compare
Choose a tag to compare

Releem MySQLConfigurer 0.9.0, 2022-03-30

  • Added checks of the database server version
  • Added configuration file releem.conf
  • Added -u option to update Releem Agent
  • Added list of variable changes. Closes #75
  • Improved calculation of max_heap_table_size
  • Improved calculation of tmp_table_size
  • Fixed MySQLTuner version
  • Fixed metrics collection

0.8.0

23 Apr 14:21
Compare
Choose a tag to compare

Releem MySQLConfigurer 0.8.0, 2022-01-12

  • Added support of MariaDB 10.6. Closes #82
  • Added Automated subscriptions and credit card payments
  • Added hostnames to servers list. Closes #77
  • Improved documentation

0.7.0

16 Nov 18:54
Compare
Choose a tag to compare

Releem MySQLConfigurer 0.7.0, 2021-11-16

  • Added Display timezone on server page. Closes #72
  • Added Documentation.
  • Added Automated Installation of Releem Agent
  • Fixed Cache values too high. Closes #73
  • Fixed Error when no Innodb tables only MyISAM. Closes #76
  • Fixed The values on the left and right are not in the same terminology. Closes #74
  • Removed MySQLTuner Recommendations

Version 0.6.0

17 Jun 15:53
9950f35
Compare
Choose a tag to compare

Releem MySQLConfigurer 0.6.0, 2021-06-17

  • Added MySQL Performance Score metric.
  • Added runtime information. Closes #62
  • Added Display Recommended Configuration.
  • Improved documentation Installation, Usage and Tests.
  • Improved calcualtion of the 'myisam_sort_buffer_size' variable.
  • Improved calculation of the 'read_rnd_buffer_size' variable.
  • Improved calculation of the 'sort_buffer_size' variable.
  • Removed usage of "mysqltuner.pl" domain.

Version 0.5.0

30 Jan 00:56
6d0bd5a
Compare
Choose a tag to compare

Releem MySQLConfigurer 0.5.0, 2021-01-30

  • 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.

Version 0.4.0

22 Nov 02:48
6b12b7d
Compare
Choose a tag to compare

Releem MySQLConfigurer 0.4.0, 2020-11-21

  • Improved documentation
  • Added option -m to set memory limit for MySQL in MBs. Closes #42.
  • Fixed downloading MySQLTuner every launch. Closes #46.
  • Added option -k - Releem API Key authorization.
  • Created Releem Community groups on Slack and Telegram.

Version 0.3.2

24 Aug 14:23
cbdd688
Compare
Choose a tag to compare
  • Added MySQL 8 support. Closes #39
  • Fixed calculation of the 'key_buffer_size' variable for MySQL 8.0.
  • Tested compatibility with MySQL 5.5, MySQL 5.6, MySQL 5.7, MySQL 8.0, MariaDB 10.1, MariaDB 10.2, MariaDB 10.3, MariaDB 10.4, MariaDB 10.5.
  • Improved documentation with Security section.
  • Improved documentation with information about setting open_files_limit.
  • Improved documentation with installation perl-Data-Dumper module on Centos.

Version 0.3.1

24 Aug 14:11
67111f7
Compare
Choose a tag to compare

MySQL Configurer 0.3.1, 2020-07-08

  • Added calculation of the 'table_open_cache' variable.
  • Added calculation of the 'table_definition_cache' variable. Closes #18

Version 0.3.0

24 Jun 20:13
7ec450a
Compare
Choose a tag to compare
  • Tested compatibility with MySQL 5.5, MySQL 5.6, MySQL 5.7, MariaDB 10.1, MariaDB 10.2, MariaDB 10.3.
  • Added calculation of the 'key_buffer_size' variable for improve performance of the MyIsam storage engine.
  • Added calculation of the 'innodb_buffer_pool_chunk_size' variable for MySQL 5.7.5 and later, MariaDB 10.2.2 and later.
  • Added calculation of the 'max_connections' variable based on 'Max_used_connections' MySQL status variable.
  • Improve calculation of the 'innodb_log_file_size' variable using 'innodb_log_files_in_group' variable.
  • Improve documentation with install dependencies step for Debian/Ubuntu and Centos/Redhat.
  • Fix documentation. Update example of the recommended configuration file. Closes #35
  • Fix documentation. How to safely apply the configuration file. Closes #36