How to Create a Table Using phpMyAdmin

May 8, 2023 / MySQL

In this tutorial we will explain how to create a table using phpMyAdmin. Let’s look into how to build a table in a database using phpMyAdmin.

  1. Log into your phpMyAdmin interface.
  2. Select “New” from the left hand side of the screen.
    new
  3. Now, you need to fill the form according to your requirement.enter details
  4. Click on the “Save” button.
  5. The created table is added to the phpMyAdmin list as shown below.
    create table

That it! We have covered all the points for creating a table with phpMyAdmin.

Once you create a table, you should be able to manage it effectively.  To do so, you can delete tables from your database when you no longer need them. You can do this using the ‘drop’ command. Check out our guide on how to drop a table in phpMyAdmin with step-by-step instructions

Spread the love