A Dark Elf wrote:
>
> I added an other user, and even if I give him all rights, and flush the
> privileges, I cant get it to do:
>
> web:/usr/hd2/home/el$ mysql -e "insert into info values (\"test0\",
> \"1.2.3.4\", \"test2@arpa\", password(\"test2\"), \"1999-04-04
> 13:01:23\");" -pxxxxxx -unobody linuxsupport
> ERROR 1045: Access denied for user: 'nobody@localhost' (Using password:
> YES)
>
> Patrick Lambert
Hi Patrick
Did you specify the Host as '%' ?
If yes, then you have to drop the anonymous 'localhost' user without password, or add
another entry for your user with Host='localhost'.
Hope this helps
Christian