This commit is contained in:
GitHub Merge Button 2011-10-20 22:04:40 -07:00
commit 23b2b88d44
2 changed files with 28 additions and 8 deletions

20
.gitignore vendored Normal file
View file

@ -0,0 +1,20 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc
# Logs and databases #
######################
*.log
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db

16
README
View file

@ -14,12 +14,12 @@ Compatibility:
Please review the FAQ section below. Please review the FAQ section below.
*WARNING* *WARNING*
It is extremely important for you to fully understand each change It is extremely important for you to fully understand each change
you make to a MySQL database server. If you don't understand portions you make to a MySQL database server. If you don't understand portions
of the script's output, or if you don't understand the recommendations, of the script's output, or if you don't understand the recommendations,
you should consult a knowledgeable DBA or even a system administrator you should consult a knowledgeable DBA or even a system administrator
that you trust. Always test your changes on staging environments, and that you trust. Always test your changes on staging environments, and
always keep in mind that improvements in one area can negatively affect always keep in mind that improvements in one area can negatively affect
MySQL in other areas. MySQL in other areas.
Seriously - please review the FAQ section below. Seriously - please review the FAQ section below.
@ -31,7 +31,7 @@ You can download the entire repository by using 'git clone' followed by the clon
wget mysqltuner.pl wget mysqltuner.pl
perl mysqltuner.pl perl mysqltuner.pl
Of course, you can add the execute bit (chmod +x mysqltuner.pl) so you can execute it without calling perl directly. Of course, you can add the execute bit (chmod +x mysqltuner.pl) so you can execute it without calling perl directly.
----- FAQ ----- ----- FAQ -----
@ -51,7 +51,7 @@ The script will try its best to log in via any means possible. It will check fo
[client] [client]
user=someusername user=someusername
pass=thatuserspassword pass=thatuserspassword
Once you create it, make sure it's owned by your user and the mode on the file is 0600. This should prevent the prying eyes from getting your database login credentials under normal conditions. If a T-1000 shows up in a LAPD uniform and demands your database credentials, you won't have much of an option. Once you create it, make sure it's owned by your user and the mode on the file is 0600. This should prevent the prying eyes from getting your database login credentials under normal conditions. If a T-1000 shows up in a LAPD uniform and demands your database credentials, you won't have much of an option.
Question: It's not working on my OS! What gives?! Question: It's not working on my OS! What gives?!