help me in chapter 3(Rashmi)
i m getting following error mess.
when trying to open this particular php page.
Access denied for user: 'rashmipant@localhost' to database 'moviesite'
I typed following in prompt.
mysql> grant select,insert,update
-> on *.*
-> to rashmipant@localhost
-> identified by 'rashmipant';
Query OK, 0 rows affected (0.00 sec)
Anybody will pls help me to solve my problem.
waiting for soon reply.
Thanks
|