Update doc

This commit is contained in:
root 2016-09-26 16:00:20 +02:00
parent 243c54eaa0
commit 8263cbda27
3 changed files with 8 additions and 6 deletions

View file

@ -24,10 +24,10 @@ MySQLTuner needs you:
Compatibility: Compatibility:
==== ====
* MySQL 5.7 (partial support) * MySQL 5.7 (full support)
* MySQL 5.6 (full support) * MySQL 5.6 (full support)
* MySQL 5.5 (full support) * MySQL 5.5 (full support)
* MariaDB 10.1 (partial support) * MariaDB 10.1 (full support)
* MariaDB 10.0 (full support) * MariaDB 10.0 (full support)
* Percona Server 5.6 (full support) * Percona Server 5.6 (full support)
* Percona XtraDB cluster (full support) * Percona XtraDB cluster (full support)
@ -172,6 +172,7 @@ Connection and Authentication
--port <port> Port to use for connection (default: 3306) --port <port> Port to use for connection (default: 3306)
--user <username> Username to use for authentication --user <username> Username to use for authentication
--pass <password> Password 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 Since you are using a remote host, use parameters to supply values from the OS

View file

@ -1,6 +1,6 @@
# NAME # NAME
MySQLTuner 1.6.10 - MySQL High Performance Tuning Script MySQLTuner 1.6.20 - MySQL High Performance Tuning Script
# IMPORTANT USAGE GUIDELINES # 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 --pass <password> Password to use for authentication
--mysqladmin <path> Path to a custom mysqladmin executable --mysqladmin <path> Path to a custom mysqladmin executable
--mysqlcmd <path> Path to a custom mysql executable --mysqlcmd <path> Path to a custom mysql executable
--defaults-file <path> Path to a custom .my.cnf
# PERFORMANCE AND REPORTING OPTIONS =head1 PERFORMANCE AND REPORTING OPTIONS
--skipsize Don't enumerate tables and their types/sizes (default: on) --skipsize Don't enumerate tables and their types/sizes (default: on)
(Recommended for servers with many tables) (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 --dbstat Print database information
--idxstat Print index information --idxstat Print index information
--sysstat Print system information --sysstat Print system information
--pfstat Print Performance schema
--bannedports Ports banned separated by comma(,) --bannedports Ports banned separated by comma(,)
--maxportallowed Number of ports opened allowed on this hosts --maxportallowed Number of ports opened allowed on this hosts
--cvefile CVE File for vulnerability checks --cvefile CVE File for vulnerability checks
@ -101,6 +102,7 @@ Major Hayden - major@mhtx.net
- Joe Ashcraft - Joe Ashcraft
- Jean-Marie Renouard - Jean-Marie Renouard
- Stephan GroBberndt - Stephan GroBberndt
- Christian Loos
# SUPPORT # SUPPORT

View file

@ -4252,7 +4252,6 @@ close_outputfile; # Close reportfile if needed
1; 1;
__END__ __END__
=pod =pod
=encoding UTF-8 =encoding UTF-8