newbie q: creating a user

2003-06-14 Thread David Shochat
This must be a very elementary question. I am a brand new user. I was able to set the root password and can connect as root with no problem. I created a database named remembrance. Where I got stuck was when I tried creating a user. I tried to do it this way (as root): grant all on remembrance.*

Re: newbie q: creating a user

2003-06-14 Thread David Shochat
Paul DuBois wrote: This indicates that in the GRANT statement, you typed '[EMAIL PROTECTED]' rather than 'david'@'localhost' (the username and hostname should be quoted separately). Try it again with them quoted separately and the problem should go away. Worked like a charm. Thank you very much!