Am 17.11.2011 15:02, schrieb Franck Houssen:
> $ mysql -u dummy -p (when I hit "return" as a password => connection OK)
> Enter password:
> Welcome to the MySQL monitor.  Commands end with ; or \g.
> mysql> show tables;
> ERROR 1046 (3D000): No database selected
> mysql> quit
> Bye
>  
> $ mysql -u dummy -p (when I type a real password : dummy, YES... or anything 
> else)
> ERROR 1045 (28000): Access denied for user 'dummy'@'localhost' (using 
> password: YES) $ 

well this is not a connection problem
your permissions in the mysql-user-tables are wrong

remember that "localhost" is not the same as "127.0.0.1" and acess is
granted by user/host/password combinations or not since you have
in all permissions records a field for "host"


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to