RE: Bad syntax when trying to create mysql username and password...

2004-03-21 Thread Marvin Cummings
Ahhh. I didn't pay any attention to the quotes. Thanks -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED] Sent: Sunday, March 21, 2004 6:22 PM To: Marvin Cummings; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Bad syntax when trying to create mysql

Re: Bad syntax when trying to create mysql username and password...

2004-03-21 Thread Paul DuBois
At 18:11 -0500 3/21/04, Marvin Cummings wrote: Can someone take a look and let me know what's wrong with this command: GRANT ALL PRIVILEGES ON dbname.* TO dbuser@dbhost IDENTIFIED BY 'dbpass' WITH GRANT OPTION; So for me I say: GRANT ALL PRIVILEGES ON testdb.* TO [EMAIL PROTECTED] IDENTIFIED