Setting password for root user in mysql
by rajesh[ Edit ] 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.