MySQL gives me a hard time to create any VIEW (Table). Neither at the SQL command level GUI or with the MySQL Administrator. It is always the same error message. CREATE VIEW command denied to user "@"localhost' for table 'view1'. In case there is no way to create VIEWS with MySQL I will do it with a query. Kindly let me know what the problem might be.
As always,
Kind regards,
---------------
HANS
[Solved] CREATE VIEW command denied to user...
-
- Posts: 24
- Joined: Sat Jan 12, 2008 1:36 am
-
- Posts: 24
- Joined: Sat Jan 12, 2008 1:36 am
Re: [SOLVED]CREATE VIEW command denied to user...
Thank you for your reply.
I found out (typical Rookie mistake) that I had to give SCHEMA priviledges. I selected all and then I was able to create views.
As always,
I found out (typical Rookie mistake) that I had to give SCHEMA priviledges. I selected all and then I was able to create views.
As always,