Newbie Question.
Posted: Wed Jun 26, 2002 10:00 am
I'm trying to implant " Poper Webmail " to my site and when I try to grant access on the database to a normal user "
GRANT insert, update, select, delete, alter, drop, create
ON popper.* TO username@localhost IDENTIFIED by 'PWD' "
It says:
anyone knows what am I be doing wrong ?
Thanks
GRANT insert, update, select, delete, alter, drop, create
ON popper.* TO username@localhost IDENTIFIED by 'PWD' "
It says:
Code: Select all
CREATE DATABASE popper
GRANT insert, update, select, delete, alter, drop, create
ON popper.* TO mraad@localhost IDENTIFIED by 'my password'
MySQL said:
You have an error in your SQL syntax near 'GRANT insert, update, select, delete, alter, drop, create
ON popper.* TO mraad' at line 2Thanks