YES Tele.com,
Caller ID Software ExpertsClick Here to go back to Previous Page
This example uses cPanel Version 11.24.
In the control panel database area there should be a few choices.
The two we are
interested in are "MySQL Databases" and "phpMyAdmin".
First Select MySQL Databases

You may or may not already have any databases.
We want to create a new database
called Phone (can be given any name you prefer).

Just type "Phone" in the New Database: field and
Click "Create Database" button.

This example Web site is named patrick.
Database tables are named website_databaseName.
The new database in this example is patrick_Phone.

Click the Home Link to go back to the Control Panel.
Select "phpMyAdmin"

In the upper left hand corner is a list of databases.
If I click patrick_Phone(0),

I get the Create new table form because this is a new database with no tables yet.
Click the SQL tab.

This is where we put the Query to Create the "Calls" table.

Now paste the SQL Query from the previous page
Click "Go"

This shows the results "Your SQL query has been executed successfully".

At this point the table is created and we are done.
OR
Click the database link. In this example "patrick_Phone(1)"
Click the "Structure" icon in the Calls Table row. (2nd icon)

This shows the complete structure of the Calls table in the Phone database.

Click Here to go back to Previous Page