"R. Graham Street" wrote:
>
> Hi
> I'm new to Mysql and having a problem with permissions...
> I have a db called 'bugs', and would like everyone to have permission to
> it.
> I have records in host, db, and user tables indicating '%' for
> host,user and '' for password.
> However, when I connect as user 'daemon' i get the following error:
>
> ERROR 1044: Access denied for user: '@localhost' to database 'bugs'
>
< cut >
Hi Graham
It looks as if you don't give a user name.
I assume you are on a Unix/Linux machine.
What does 'whoami' give you?
And what 'echo $USER'?
Try this:
mysql --user=someone mysql
Tschau
Christian
-----------------------------------------------------------
Send a mail to [EMAIL PROTECTED] with
unsubscribe mysql [EMAIL PROTECTED]
in the body of the message to unsubscribe from this list.