How to create a table using PhpMyAdmin in cPanel?

Mysql tables can be created using phpMyAdmin by following the steps below.
Step 1: Login to cPanel.
Step 2: In the home page, type as php in the search box and hit enter. In the search results, select phpMyAdmin under Database.

Step 3: You will get an alert message as "The system will redirect you in a moment"

Step 4: In phpMyAdmin window, select the required database.
Step 5: Enter the name of mysql table under Name field and enter the number of columns under Number of Columns field. Click Go.

Step 6: Enter the field name with the respected datatype in all the given input fields and click Save.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I add a mysql database in Cpanel?

To create a MySQL database: - Go to 'Manage Mysql' under the database header in Cpanel- In the...

How can I backup a database using phpmyadmin?

Backing up your database in Phpmyadmin is accomplished by doing the following: 1) Once you have...

How do I restore a database using PHPMyadmin?

You can restore a database backup in PHPMyadmin by doing the following: 1) After entering...

What is Mysql?

MySQL is a Relational Database Management System. A relational database adds speed and...

How do I delete a MYSQL database?

To delete MySQL database in control panel, follow the steps given below, Step 1: Login to cPanel....