Update doc
This commit is contained in:
parent
243c54eaa0
commit
8263cbda27
3 changed files with 8 additions and 6 deletions
|
@ -24,10 +24,10 @@ MySQLTuner needs you:
|
|||
Compatibility:
|
||||
====
|
||||
|
||||
* MySQL 5.7 (partial support)
|
||||
* MySQL 5.7 (full support)
|
||||
* MySQL 5.6 (full support)
|
||||
* MySQL 5.5 (full support)
|
||||
* MariaDB 10.1 (partial support)
|
||||
* MariaDB 10.1 (full support)
|
||||
* MariaDB 10.0 (full support)
|
||||
* Percona Server 5.6 (full support)
|
||||
* Percona XtraDB cluster (full support)
|
||||
|
@ -172,6 +172,7 @@ Connection and Authentication
|
|||
--port <port> Port to use for connection (default: 3306)
|
||||
--user <username> Username to use for authentication
|
||||
--pass <password> Password to use for authentication
|
||||
--defaults-file <path> defaulfs file for credentials
|
||||
|
||||
Since you are using a remote host, use parameters to supply values from the OS
|
||||
|
||||
|
|
8
USAGE.md
8
USAGE.md
|
@ -1,6 +1,6 @@
|
|||
# NAME
|
||||
|
||||
MySQLTuner 1.6.10 - MySQL High Performance Tuning Script
|
||||
MySQLTuner 1.6.20 - MySQL High Performance Tuning Script
|
||||
|
||||
# IMPORTANT USAGE GUIDELINES
|
||||
|
||||
|
@ -18,8 +18,8 @@ You must provide the remote server's total memory when connecting to other serve
|
|||
--pass <password> Password to use for authentication
|
||||
--mysqladmin <path> Path to a custom mysqladmin executable
|
||||
--mysqlcmd <path> Path to a custom mysql executable
|
||||
|
||||
# PERFORMANCE AND REPORTING OPTIONS
|
||||
--defaults-file <path> Path to a custom .my.cnf
|
||||
=head1 PERFORMANCE AND REPORTING OPTIONS
|
||||
|
||||
--skipsize Don't enumerate tables and their types/sizes (default: on)
|
||||
(Recommended for servers with many tables)
|
||||
|
@ -40,6 +40,7 @@ You must provide the remote server's total memory when connecting to other serve
|
|||
--dbstat Print database information
|
||||
--idxstat Print index information
|
||||
--sysstat Print system information
|
||||
--pfstat Print Performance schema
|
||||
--bannedports Ports banned separated by comma(,)
|
||||
--maxportallowed Number of ports opened allowed on this hosts
|
||||
--cvefile CVE File for vulnerability checks
|
||||
|
@ -101,6 +102,7 @@ Major Hayden - major@mhtx.net
|
|||
- Joe Ashcraft
|
||||
- Jean-Marie Renouard
|
||||
- Stephan GroBberndt
|
||||
- Christian Loos
|
||||
|
||||
# SUPPORT
|
||||
|
||||
|
|
|
@ -4252,7 +4252,6 @@ close_outputfile; # Close reportfile if needed
|
|||
1;
|
||||
|
||||
__END__
|
||||
|
||||
=pod
|
||||
|
||||
=encoding UTF-8
|
||||
|
|
Loading…
Reference in a new issue