mysql -u root
use mysql;
update user set authentication_string=PASSWORD("mynewpassword") where User='root';
flush privileges;
quit
support.rackspace.com/how-to/mysql-resetting-a-lost-mysql-root-password
mysql -u root
use mysql;
update user set authentication_string=PASSWORD("mynewpassword") where User='root';
flush privileges;
quit
support.rackspace.com/how-to/mysql-resetting-a-lost-mysql-root-password