diff --git a/USAGE.md b/USAGE.md index d2b689e..463a56a 100644 --- a/USAGE.md +++ b/USAGE.md @@ -1,6 +1,6 @@ # NAME - MySQLTuner 1.4.9 - MySQL High Performance Tuning Script + MySQLTuner 1.6.2 - MySQL High Performance Tuning Script # IMPORTANT USAGE GUIDELINES @@ -28,18 +28,22 @@ You must provide the remote server's total memory when connecting to other serve --forcemem Amount of RAM installed in megabytes --forceswap Amount of swap memory configured in megabytes --passwordfile Path to a password file list(one password by line) - --reportfile Path to a report txt file # OUTPUT OPTIONS + --silent Don't output anything on screen --nogood Remove OK responses --nobad Remove negative/suggestion responses --noinfo Remove informational responses --debug Print debug information --dbstat Print database information --idxstat Print index information + --cvefile CVE File for vulnerability checks --nocolor Don't print output in color --buffers Print global and per-thread buffer values + --outputfile Path to a output txt file + --reportfile Path to a report txt file + --template Path to a template file # PERLDOC @@ -47,6 +51,12 @@ You can find documentation for this module with the perldoc command. perldoc mysqltuner +## INTERNALS + +[https://github.com/major/MySQLTuner-perl/blob/master/INTERNALS.md](https://github.com/major/MySQLTuner-perl/blob/master/INTERNALS.md) + + Internal documentation + # AUTHORS Major Hayden - major@mhtx.net @@ -84,7 +94,8 @@ Major Hayden - major@mhtx.net - Cole Turner - Major Hayden - Joe Ashcraft -- Stephan Großberndt +- Jean-Marie Renouard +- Stephan GroBberndt # SUPPORT