Quantcast
Channel: SiteGround Knowledge Base » MySQL Databases
Viewing all articles
Browse latest Browse all 12

I cannot create views in MySQL

$
0
0

Regular MySQL users do not have privileges to create views in MySQL. If you try to execute CREATE VIEW with a regular user, you will receive the following error message:

#1142 – CREATE VIEW command denied to user ‘user’@'localhost’ for table ‘table’

If you want to create views in your databases, you should do it with your main cPanel username. It has the necessary privileges to execute CREATE VIEW on the server.


Viewing all articles
Browse latest Browse all 12

Trending Articles