"Silesky Marketing Inc, Support" wrote:
> Hello,
>
> I just installed MySQL and I guess I am missing some basic point about
> privileges.
>
> I created, with root, a db called "phpads"
> I also created a new user "phpads", and when i try to connect with :
>
> mysql -u phpads -p phpads, it answers :
>
> ERROR 1045: Access denied for user: 'phpads@localhost' (Using password: YES)
>
> What should I do ?
>
> Thanks,
>
> Laurent
>
> --
Drop the space after the 'p'.
mysql -u phpads -pphpads, it answers :