Quote:
Originally Posted by CamTraffic
Did webair buy Amerinoc?
|


Have you tried using mysqltunner:
https://github.com/rackerhacker/MySQLTuner-perl
Usage
http://kb.mediatemple.net/questions/...+MySQLTuner#gs
http://stackoverflow.com/questions/3...nges-to-my-cnf
It will help you configure mysql easily...
Also add this to my.conf
Code:
log = /var/log/mysqld.log
log-error = /var/log/mysqld.error.log
And execute
Code:
touch /var/log/mysqld.log
touch /var/log/mysqld.error.log
This will log mysql problems in those files.
You could also enable slow sql query log...