Create a Table in Database using phpMyAdmin
phpMyAdmin is a free web application which provides a GUI interface for working with MySQL database management system. It can import and export databases that are created and managed by MySQL DBMS and also with some other data formats. To create a table in database using phpMyAdmin, follow the below steps
Step 2: Go to the section Databases in the cPanel dashboard
Step 3: Select the option phpMyAdmin under the section Databases
Step 4: Select the database from the list of databases in the left pane
Step 6: Fill the details for the table and then click the button ‘Save’
Step 7: Now, the table is created and added to the database
Step 1 Login to cPanel.
Step 2 Go to Database Section.
Step 3 Select the option phpMyAdmin.
Step 4 Select the database from the list of databases in the left pane.
Step 5 Select the option ‘Create table’ below the list of tables and enter the table name in the text box which is to be created. Then click the button ‘Go’.
Step 6 Fill the table field details and select the necessary options. Then click ‘save’ button.
Step 7 Done! Now the table is created and added to the database.