From cc6a1c89e2321be3c0f1f82cf39ec160c049a8ac Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Tue, 8 Feb 2022 00:33:33 +0100 Subject: [PATCH] Update USAGE.md --- USAGE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 47048a0..52f7b8a 100644 --- a/USAGE.md +++ b/USAGE.md @@ -1,6 +1,6 @@ # NAME - MySQLTuner 1.9.3 - MySQL High Performance Tuning Script + MySQLTuner 1.9.4 - MySQL High Performance Tuning Script # IMPORTANT USAGE GUIDELINES @@ -14,6 +14,7 @@ You must provide the remote server's total memory when connecting to other serve --host Connect to a remote host to perform tests (default: localhost) --socket Use a different socket for a local connection --port Port to use for connection (default: 3306) + --protocol tcp Force TCP connection instead of socket --user Username to use for authentication --userenv Name of env variable which contains username to use for authentication --pass Password to use for authentication