Thursday, August 23, 2007

set new mysql password

Appreciate your email.

Here's another email request on setting up a new password for a newly installed mysql.

How to set a new password for a newly setup MySQL server?

# mysql -u mysql

At the prompt

Finally, at the "mysql>" prompt, type:

set password = password("yournewpassword");

then type:

quit

Login with your new set mysql password like so

# mysql -u mysql -p

I hope I can answer them all! :)

0 comments:

Sign up for PayPal and start accepting credit card payments instantly.
ILoveTux - howtos and news | About | Contact | TOS | Policy