I put mysql5 on a machine and am letting some users play with it.
They have found that they do not have the abaility to create views:
CREATE VIEW VIEW_ALTERNATES
AS
SELECT * FROM alternates;
produces:
CREATE VIEW command denied to user 'user'@'localhost' for table 'view_alternates'
Any ideas?
They have found that they do not have the abaility to create views:
CREATE VIEW VIEW_ALTERNATES
AS
SELECT * FROM alternates;
produces:
CREATE VIEW command denied to user 'user'@'localhost' for table 'view_alternates'
Any ideas?