I am using create view command. It works fine in my desktop with wampserver. On my host server, I face this error, "CREATE VIEW command denied to user..."

Apparently there is no rights or privileges to run this command. There is no feedback from my host.

I tried using this statement before create command
PHP Code:
mysql_query("GRANT CREATE VIEW ON *.* TO 'user1'@'www.mysite.com'"); 
The error persists, any solution?