ou need to set the password for
root@localhost to be blank. There are two ways:- The MySQL
SET PASSWORDcommand:SET PASSWORD FOR root@localhost=PASSWORD(''); - Using the command-line
mysqladmintool:mysqladmin -u root -pCURRENTPASSWORD password '' refernsi : http://stackoverflow.com/questions/3032054/how-to-remove-mysql-root-password
No comments:
Post a Comment