Please follow the instructions below to reset the root password of MySQL Go to ssgmenu 1. Use a privileged shell (root) using Option 3 2. Log into Linux prompt
Changing the root password:
The following command will let you change the mysql root password: mysqladmin password "{newPass}"
After you do this, you need to do a vi on /root/.my.cnf and change the mysql password saved in there to ensure proper functionality.
Alternate Root Password: [root@ssg-sayeed ~]# service ssg stop Shutting down Gateway Services: [ OK ]
[root@ssg-sayeed ~]# service mysql stop Shutting down MySQL.... [ OK ]
[root@ssg-sayeed ~]# service mysql start --skip-grant-tables Starting MySQL. [ OK ]