Skip to content

Instantly share code, notes, and snippets.

@tknr
Last active December 22, 2017 05:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tknr/26872ee84057400871a4f1a5c1c3e48c to your computer and use it in GitHub Desktop.
Save tknr/26872ee84057400871a4f1a5c1c3e48c to your computer and use it in GitHub Desktop.
#!/bin/bash -x
## https://github.com/major/MySQLTuner-perl
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
chmod +x mysqltuner.pl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment