MySQL Forums
Forum List  »  Newbie

Re: Passwords!! Ahh!!!!
Posted by: Ramalingam Chelliah
Date: August 26, 2004 11:48PM

Hi,
You should not leave space between -p option and your password ..

C:> c:\mysql\bin\mysql -u root -pabcdef

This will let you in...

But this is not secure...

Leave out the password so that mysql prompts for it...
C:> c:\mysql\bin\mysql -u root -p
Enter password: ********



Regards,
Ram.


We Learn the Most When we have to Invent

Options: ReplyQuote


Subject
Written By
Posted
August 26, 2004 07:04PM
Re: Passwords!! Ahh!!!!
August 26, 2004 11:48PM
August 27, 2004 08:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.