The error message clearly write you that your MySQL user does not have the appropriate privileges
"command denied to user"
You will find in this forum plenty replied on this error message.
You have to change the privileges of your MySQL user and add the "create and show view" privileges.
You can go in WHM and use the PHPMyAdmin with "root" login to change the privileges of the MySQL user.
If you don't have the PHPMyAdmin with root login and "privilieges" menu available, you have to contact the Hostgator support and request to modify your MySQL user privileges.
This error is explain in the tutorial video CP-02
www.jms2win.com/tutorial#jms12x-CP-02
that mention that cPanel does NOT create MySQL user with ALL PRIVILEGES (this is not true). In "ALL PRIVILEGES" with MySQL 5.0, there are 2 options missiong that must be added outside cPanel.