% vs localhost in user.host

2003-12-22 Thread Warren Burstein
I am running mysql Ver 12.20 Distrib 4.0.13, for pc-linux (i686) on RedHat 6.2 (so shoot me, I'm using an old scratch computer so I won't break anything on the real development machine) I tried to create a user by inserting directly into mysql.user. When I set user.host to localhost, it

Re: % vs localhost in user.host

2003-12-22 Thread Johannes Franken
* Warren Burstein [EMAIL PROTECTED] [2003-12-22 15:43 +0100]: I tried to create a user by inserting directly into mysql.user. When I set user.host to localhost, it works, when I set it to % it doesn't. I thought % matched anything, and so should match localhost. mysqld will ignore rows with

Re: % vs localhost in user.host

2003-12-22 Thread Jeremy Zawodny
On Mon, Dec 22, 2003 at 04:43:07PM +0200, Warren Burstein wrote: I am running mysql Ver 12.20 Distrib 4.0.13, for pc-linux (i686) on RedHat 6.2 (so shoot me, I'm using an old scratch computer so I won't break anything on the real development machine) I tried to create a user by inserting