Skip to content

Commit

Permalink
Merge pull request #701 from jmrenouard/master
Browse files Browse the repository at this point in the history
Update code and CVEs
  • Loading branch information
jmrenouard committed Jul 6, 2023
2 parents ddcc05f + c1e9b4b commit c5e5c81
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 233 deletions.
1 change: 1 addition & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Features list for option: --feature (dev only)
* mysql_routines
* mysql_setup
* mysql_stats
* mysql_table_structures
* mysql_tables
* mysql_triggers
* mysql_version_eq
Expand Down
4 changes: 3 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NAME

MySQLTuner 2.1.5 - MySQL High Performance Tuning Script
MySQLTuner 2.2.5 - MySQL High Performance Tuning Script

# IMPORTANT USAGE GUIDELINES

Expand Down Expand Up @@ -62,8 +62,10 @@ You must provide the remote server's total memory when connecting to other serve
--nocolstat Don't print column information
--idxstat Print index information
--noidxstat Don't print index information
--nomyisamstat Don't print MyIsam information
--sysstat Print system information
--nosysstat Don't print system information
--nostructstat Don't print table structures information
--pfstat Print Performance schema
--nopfstat Don't print Performance schema
--bannedports Ports banned separated by comma (,)
Expand Down
Loading

0 comments on commit c5e5c81

Please sign in to comment.