Create a Table using phpMyAdmin

How to create a table using phpMyAdmin in cPanel?

Explanation

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.create table phpmyadmin
Step 3: You will get an alert message as "The system will redirect you in a moment"
create table2 phpmyadmin cpanel
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.
create table1 phpmyadmin cpanel
Step 6: Enter the field name with the respected datatype in all the given input fields and click Save.
create table4 phpmyadmin cpanel
Table "test1" will be created as shown below,
create table5 phpmyadmin cpanel


Related Topics

Control Panel Tutorial