RE: missing something obvious w/grant statement length?

2003-12-16 Thread Mike Johnson
From: Paul DuBois [mailto:[EMAIL PROTECTED] > At 13:29 -0500 12/16/03, Mike Johnson wrote: > >From: Ari Davidow [mailto:[EMAIL PROTECTED] > > > >> I seem to have run into a problem with a host name that > >> incorporates a hyphen: > >> > >> mysql> GRANT ALL ON *.* TO [EMAIL PROTECTED] > IDENTI

RE: missing something obvious w/grant statement length?

2003-12-16 Thread Paul DuBois
At 13:29 -0500 12/16/03, Mike Johnson wrote: From: Ari Davidow [mailto:[EMAIL PROTECTED] I seem to have run into a problem with a host name that incorporates a hyphen: mysql> GRANT ALL ON *.* TO [EMAIL PROTECTED] IDENTIFIED BY "foo"; ERROR 1064: You have an error in your SQL syntax near '-dev

RE: missing something obvious w/grant statement length?

2003-12-16 Thread Mike Johnson
From: Ari Davidow [mailto:[EMAIL PROTECTED] > I seem to have run into a problem with a host name that > incorporates a hyphen: > > mysql> GRANT ALL ON *.* TO [EMAIL PROTECTED] IDENTIFIED BY "foo"; > ERROR 1064: You have an error in your SQL syntax near > '-dev.foo.com IDENTIFIED BY "foo"' at l

Re: missing something obvious w/grant statement length?

2003-12-16 Thread Paul DuBois
At 13:12 -0500 12/16/03, Ari Davidow wrote: I seem to have run into a problem with a host name that incorporates a hyphen: mysql> GRANT ALL ON *.* TO [EMAIL PROTECTED] IDENTIFIED BY "foo"; ERROR 1064: You have an error in your SQL syntax near '-dev.foo.com IDENTIFIED BY "foo"' at line 1 mysql> GR

missing something obvious w/grant statement length?

2003-12-16 Thread Ari Davidow
I seem to have run into a problem with a host name that incorporates a hyphen: mysql> GRANT ALL ON *.* TO [EMAIL PROTECTED] IDENTIFIED BY "foo"; ERROR 1064: You have an error in your SQL syntax near '-dev.foo.com IDENTIFIED BY "foo"' at line 1 mysql> GRANT ALL ON *.* TO "[EMAIL PROTECTED]" IDENT