sridharao
Jul 17th, 2009, 10:48 AM
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
mysql_query("GRANT CREATE VIEW ON *.* TO 'user1'@'www.mysite.com'");
The error persists, any solution?
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
mysql_query("GRANT CREATE VIEW ON *.* TO 'user1'@'www.mysite.com'");
The error persists, any solution?