On Saturday 14 December 2002 23:07, tlr7425 at garnet dot acns dot fsu dot edu 
wrote:
> how exactly do I change the Root user's password for mysql?
>
> like this? :
>
> mysqladmin -u root -p'newpasswd'     ? (without a space between -p and
> 'newpasswd' ?)
>
> and, if that is correct, I guess I'd then be presented with a prompt
> for the old passwd, right?
> Then, the new one would take effect?

mysqladmin -u root -p password newpassword

and you get a prompt for an old password.

For more info take a look at:
        http://www.mysql.com/doc/en/Passwords.html 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to