1045 with complex password
Posted by: frederic eveilleau
Date: February 03, 2014 10:07AM

Hi,

I use MySQL 5.6.15 on Windows.
I create the user 'a' identified by a simple password (like 'a' for example).
I can connect without problem by using mysql -ua -pa.

But it doesn't work when i want to use a complex password like 'C$1ccccccc'.
D:\MySQL\MQL56\bin>mysql --user=c --password='C$1ccccccc'
Warning: Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user 'c'@'localhost' (using password: YES)

Where I'm wrong ?

Regards,
Tchounga

Options: ReplyQuote


Subject
Written By
Posted
1045 with complex password
February 03, 2014 10:07AM
February 03, 2014 08:29PM


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.