[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [G] can't get mysqld to acceppt connections ..



On Mon, May 19, 2003 at 01:52:29PM -0400, Fraser Campbell wrote:
> Then you didn't set the permissions quite correctly or you manually inserted 
> the privilege records without reloading the privilege tables.    If you 
> manually insert records into mysql.user and mysql.db then I believe you 
> either restart mysql or do a "mysqladmin reload".

flush privileges;

will do the trick if you manually insert records into the mysql grants db.  
And as you note, flushing privileges is unnecessary if you use the grant
command instead of manually inserting.

Steve



Reply to: