1. Home
  2. Computing & Technology
  3. PHP / MySQL

MySQL Tutorial: Create SQL Tables

By Angela Bradley, About.com

1 of 4

Create Tables in phpMyAdmin

Create a table in phpMyAdmin
One of the easiest way to create a table is through phpMyAdmin, which is available on most hosts that offer MySQL databases (ask your host for a link). First you need to login to phpMyAdmin.

On the left hand side you will see "phpMyAdmin" logo, some small icons, and below them you will see your database name. Click on your database name. Now on the right hand side any tables you may have in your database will be displayed, as well as a box labeled "Create new table on database"

Click this and create a database as we have in the diagram below.

1 of 4

Index: MySQL Tutorial: Create SQL Tables

  1. Create Tables in phpMyAdmin
  2. Adding Rows and Columns
  3. SQL Query Window in phpMyAdmin
  4. Using Command Lines

Explore PHP / MySQL

More from About.com

  1. Home
  2. Computing & Technology
  3. PHP / MySQL
  4. Learn MySQL
  5. SQL Create Table - phpMyAdmin tutorial - Create Table phpMyAdmin

©2008 About.com, a part of The New York Times Company.

All rights reserved.