From d69f95b3d7864a8a64247ce030b678d860035700 Mon Sep 17 00:00:00 2001 From: Barbz Date: Mon, 7 Jan 2019 23:16:06 +0100 Subject: [PATCH 1/2] README: Clear installation and usage instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 663b734..6694202 100644 --- a/README.md +++ b/README.md @@ -78,14 +78,13 @@ All checks done by **MySQLTuner** are documented in [MySQLTuner Internals](https Download/Installation -- -You can download the entire repository by using 'git clone' followed by the cloning URL above. The simplest and shortest method is: +1) Script direct download (the simplest and shortest method): wget http://mysqltuner.pl/ -O mysqltuner.pl wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/basic_passwords.txt -O basic_passwords.txt wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/vulnerabilities.csv -O vulnerabilities.csv - perl mysqltuner.pl -Of course, you can add the execute bit (`chmod +x mysqltuner.pl`) so you can execute it without calling perl directly. +2) You can download the entire repository by using `git clone` or `git clone --depth 1 -b master` followed by the cloning URL above. Optional Sysschema installation for MySQL 5.6 -- @@ -133,6 +132,8 @@ __Usage:__ Minimal usage locally perl mysqltuner.pl +Of course, you can add the execute bit (`chmod +x mysqltuner.pl`) so you can execute it without calling perl directly. + __Usage:__ Minimal usage remotely perl mysqltuner.pl --host targetDNS_IP --user admin_user --pass admin_password From e22b9fde6c156cc37300e8efc54a31aeaa86ffbe Mon Sep 17 00:00:00 2001 From: Barbz Date: Mon, 7 Jan 2019 23:17:42 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6694202..65cdc35 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ All checks done by **MySQLTuner** are documented in [MySQLTuner Internals](https Download/Installation -- +Choose one of these methods: + 1) Script direct download (the simplest and shortest method): wget http://mysqltuner.pl/ -O mysqltuner.pl