The contents of this page relate to MySQL.
mysql - CREATE VIEW command denied to user
I am transferring my clients sites from a shared hosting to vps, and had the following MySQL 5.0.51a database error:
CREATE VIEW command denied to user
A quick Google told me that there are issues with permissions and upgrading between MySQL versions.
The solution:
use putty to ssh to your vps/dedicated server
Don't try connecting to...
> articles/173/mysql-create-view-command-denied-to-user/


