Adding CVE detection support

This commit is contained in:
root 2016-01-06 00:55:54 +01:00
parent 7394833f80
commit b36f6d425b

View File

@ -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 <size> Amount of RAM installed in megabytes
--forceswap <size> Amount of swap memory configured in megabytes
--passwordfile <path>Path to a password file list(one password by line)
--reportfile <path> 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> Path to a output txt file
--reportfile <path> Path to a report txt file
--template <path> 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