How to set root password for mysql
Posted by Prem on July 14th, 2009 filed in mysql, Tech topicsmysql root password can be set by using the mysqladmin tool.
mysqladmin -u root password NEWPASSWORD
mysql root password can be set by using the mysqladmin tool.
mysqladmin -u root password NEWPASSWORD