1. Login to Control Panel
2. Upload Your Site ( Using File Manager )
3.Create New Folder
4. Rename , Delete , Copy File
5. Create email Address
6. Login to email Account.
7. Check Statistics
8. Create FTP Account
9. Create Sub Domain
10. Create My SQL Data Base
10. How to create a my SQL database
Overview
SQL stands for Structured Query Language. SQL is an international standard in querying and retrieving information from databases. MySQL is essentially an SQL server - it responds to requests for information that are written in SQL. To use a MySQL database, you must first create it, and then add one or more users to it.
Steps
1 To access the MySQL Account Maintenance Menu, click on the icon
above the words MySQL Databases on the main screen of your cPanel interface.
2 Enter the name of the new database in the blank field next to Db:.
3 Click on Add Db to create the database.
Creating a MySQL user
Overview
You need to create a MySQL user before that user is able to use the database. This does not automatically allow the user to use a database - you need to grant that user permission to the specific database first. Refer to Grant a user's permissions to a MySQL database for more information.
1 Enter the name of the new user in the blank field next to UserName:
2 Enter the password for the new user in the blank field next to Password:
3 Click on Add User to create the new user.