I tried, it didnt work initially, kept trying for almost a day, and thought of updating the steps, which might be useful.
Steps done
1. Stopped the httpd and mysqld services
2. mysqld_safe --skip-grant-tables &
3. mysql -u root
4. use rs2;
5. update user set password=PASSWORD("") where username='admin'; ### user keyword was modified in our setup as username, hence the change####
6. flush privileges;
7. quit.
Kasi VPS
On Wednesday, November 28, 2012 2:46:06 AM UTC+5:30, Regis Zaleman wrote:
Just tried - it worked.