How to Create tables in a Database with phpMyAdmin ?

Linux Web Hosting have the easy way of creating tables in a database using phpMyAdmin. The below process explanation will help you to create tables in a database in the Web Hosting Server.


Procedure to create tables in a database using phpMyAdmin

1. Login to your cPanel
2. Go to phpMyAdmin option under “Databases” option
3. Select the database in which you will create a table
4. Enter a name and number of columns for our new table
5. Click go
6. Now enter the details of each field within the new table
7. Finally click save button
8. Now the new table has been successfully created