To change the password execute following command @ mysql prompt.
mysql> update mysql.user set Password=PASSWORD('<
This blog is to share my experience about what I am learning, troubleshooting in my day-to-day life while working on Linux Servers.
http://tools.assembla.com/svn/mysqltuner/
MySQL Performance site, published tips about tuning your MySQL server Performance.
From the article:
My favorite question during Interview for people to work as MySQL DBAs or be involved with MySQL Performance in some way is to ask them what should be tuned in MySQL Server straight after installation, assuming it was installed with default settings.
I'm surprised how many people fail to provide any reasonable answer to this question, and how many servers are where in wild which are running with default settings.
Optimizing the database regularly will also help you run the server fast! Put the following line in cron.
mysqlcheck -o --all-databases