File mysql-tuning-scripts-README.SUSE of Package mysql-tuning-scripts
Hi
The scripts of this package come from several places.
Normally these script expect a file /root/.my.cnf containing at least
the following information:
--------------------------[snip]
[client]
user = root
password = <database_password>
--------------------------[snap]
The file should be read/writeable only for root
(-rw------- permissions).
(Note: you won't run a mysql server without a password set for
your administrator account!
Try "mysql_secure_installation" to secure your
installation.)
Find further details here:
* tuning-primer.sh:
+ https://github.com/BMDan/tuning-primer.sh
* mysqltuner.pl:
+ https://github.com/major/MySQLTuner-perl
Or a general overview here:
* http://www.unix.com/web-programming-web-2-0-mashups/75618-mysql-tuning-tools-mysqltuner-pl-tuning-primer-sh.html
Have a lot of fun!