Setting password for root user in mysql

by rajesh 2012-06-14 09:50:09

By default mysql root user will have no password set for it

We can set a password for mysql root user using the command in linux

#mysqladmin -u root password <new password>


replace <new password> with the password to be set.
803
like
0
dislike
0
mail
flag

You must LOGIN to add comments