From 8263cbda27a914c2fd160e5f1337ab6b25241f2d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Sep 2016 16:00:20 +0200 Subject: [PATCH] Update doc --- README.md | 5 +++-- USAGE.md | 8 +++++--- mysqltuner.pl | 1 - 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9dae9ec..91fc5d4 100644 --- a/README.md +++ b/README.md @@ -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 to use for connection (default: 3306) --user Username to use for authentication --pass Password to use for authentication + --defaults-file defaulfs file for credentials Since you are using a remote host, use parameters to supply values from the OS diff --git a/USAGE.md b/USAGE.md index 8742623..56e7609 100644 --- a/USAGE.md +++ b/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 to use for authentication --mysqladmin Path to a custom mysqladmin executable --mysqlcmd Path to a custom mysql executable - -# PERFORMANCE AND REPORTING OPTIONS + --defaults-file 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 diff --git a/mysqltuner.pl b/mysqltuner.pl index 6ca5694..85787e7 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -4252,7 +4252,6 @@ close_outputfile; # Close reportfile if needed 1; __END__ - =pod =encoding UTF-8