Re: Log in problem...

2001-08-23 Thread Jeremy Zawodny
On Thu, Aug 23, 2001 at 03:45:05PM +0800, Alan Tai wrote: > > > > >grant all > > >on dbname.* > > >to user identified by 'password'; > > check the manual for more detail. seems like you are missing the > 'host'. That's okay. As the manual says, that's a shorthand way of specifying user@"%". B

Re: Log in problem...

2001-08-23 Thread Jeremy Zawodny
On Thu, Aug 23, 2001 at 09:40:36AM +0100, Dvoøáèek Michal wrote: > Hi, > > try command: flush privileges; > flush tables; The flush is automatic with GRANT for him. The issue is with 'localhost' vs. all other hosts. -- Jeremy D. Zawodny, <[EMAIL PROTECTED]> Technical Yahoo - Yahoo

Re: Log in problem...

2001-08-23 Thread Jeremy Zawodny
On Thu, Aug 23, 2001 at 12:24:53AM -0700, Dave Walcott wrote: > Greetings list, > > I'm having a MySQL login problem that I cannot figure out, and > (surprise surprise), I'm something of a newcomer to MySQL. I have > read two decent MySQL books, searched the MySQL.com online manual, > and search

Re: Log in problem...

2001-08-23 Thread Alan Tai
On Thu, 23 Aug 2001, Dave Walcott wrote: > Greetings list, > > I'm having a MySQL login problem that I cannot figure out, and (surprise > surprise), I'm something of a newcomer to MySQL. I have read two decent > MySQL books, searched the MySQL.com online manual, and searched the web for > everyt

Re: Log in problem...

2001-08-23 Thread Dvořáček Michal
Hi, try command: flush privileges; flush tables; Michal Dvoracek [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.my