List:General Discussion« Previous MessageNext Message »
From:Jeffrey Greer Date:October 2 1999 8:28pm
Subject:Re: adding users to mysql is impossible!
View as plain text  
[posted and emailed]

This may have been the problem.  I deleted the anonymous users and
changed the hosts for each user to 'localhost'  Now everthing works
fine.

thanks

Paul DuBois wrote:

> 
> I'll bet you're being bitten by the anonymous user entries.
> 
> Connect to mysql as root and run these statements:
> 
> mysql> DELETE FROM user where User="";
> mysql> FLUSH PRIVILEGES;
> 
> Then try connecting as test.  Bet it'll work.
> 
> --
> Paul DuBois, paul@stripped
Thread
adding users to mysql is impossible!Jeffrey Greer2 Oct
  • Re: adding users to mysql is impossible!Jeffrey Greer2 Oct
    • Re: adding users to mysql is impossible!Paul DuBois2 Oct
  • Re: adding users to mysql is impossible!Jeffrey Greer2 Oct
  • Input from stringkevin12 Dec