RE: user@"%" vs user@"localhost" question

2003-06-25 Thread artem
PROTECTED] Subject: RE: user@"%" vs user@"localhost" question > I believe "%" doesn't include "localhost", but I could be wrong. "%" Does indeed include localhost. At least it does on 4.0.13. Regards, Mike Hillyer www.vbmysql.com

Re: user@"%" vs user@"localhost" question

2003-06-25 Thread Victoria Reznichenko
Riaan Oberholzer <[EMAIL PROTECTED]> wrote: > This follows on a previous mail from me: > > When using > GRANT ALL ON *.* TO [EMAIL PROTECTED] IDENTIFIED BY > ?password? > > I could not get the password authentication to kick > in. Only supplying no password (empty string) > succeeded. Even after

Re: user@"%" vs user@"localhost" question

2003-06-25 Thread Andy Stubbs
Maybe it does, or maybe it doesn't; but if you're connecting to your server on the localhost, you're probably connecting through a pipe/UNIX type socket instead of over the network. This might be the distinction that matters in this case; does @localhost in this context mean through a non-network

RE: user@"%" vs user@"localhost" question

2003-06-25 Thread Mike Hillyer
> I believe "%" doesn't include "localhost", but I could be wrong. "%" Does indeed include localhost. At least it does on 4.0.13. Regards, Mike Hillyer www.vbmysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMA

Re: user@"%" vs user@"localhost" question

2003-06-25 Thread Roman Neuhauser
your MUA doesn't properly represent quotation marks, breaking them in other MUAs. # [EMAIL PROTECTED] / 2003-06-25 04:51:49 -0700: > This follows on a previous mail from me: > > When using > GRANT ALL ON *.* TO [EMAIL PROTECTED] IDENTIFIED BY > ?password? > > I could not get the passwor