Title: Creating a table in db
Last modified: August 18, 2016

---

# Creating a table in db

 *  [Robin](https://wordpress.org/support/users/hismuse/)
 * (@hismuse)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/creating-a-table-in-db/)
 * [http://faked.org/blog/wp-onlinecounter/](http://faked.org/blog/wp-onlinecounter/)
 * Here is the part I don’t understand:
 * create a new table in your wordpress database with the following SQL code
 * Can someone explain how I do this? I feel really dumb right now.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [skippy](https://wordpress.org/support/users/skippy/)
 * (@skippy)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/creating-a-table-in-db/#post-306001)
 * Use phpMyAdmin, go to the `SQL` tab, and paste the `CREATE TABLE` bit into the
   text area.
 *  Thread Starter [Robin](https://wordpress.org/support/users/hismuse/)
 * (@hismuse)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/creating-a-table-in-db/#post-306148)
 * Another stupid question where do I find phpMyAdmin?
 *  [vaamyob](https://wordpress.org/support/users/vaamyob/)
 * (@vaamyob)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/creating-a-table-in-db/#post-306155)
 * You can just Google it:
 * [http://www.google.com/custom?q=phpmyadmin&sa=Search&client=pub-0869764158681054&forid=1&channel=8560789348&ie=ISO-8859-1&oe=ISO-8859-1&cof=GALT%3A%23008000%3BGL%3A1%3BDIV%3A%23336699%3BVLC%3A663399%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3A336699%3BALC%3A0000FF%3BLC%3A0000FF%3BT%3A000000%3BGFNT%3A0000FF%3BGIMP%3A0000FF%3BFORID%3A1%3B&hl=en](http://www.google.com/custom?q=phpmyadmin&sa=Search&client=pub-0869764158681054&forid=1&channel=8560789348&ie=ISO-8859-1&oe=ISO-8859-1&cof=GALT%3A%23008000%3BGL%3A1%3BDIV%3A%23336699%3BVLC%3A663399%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3A336699%3BALC%3A0000FF%3BLC%3A0000FF%3BT%3A000000%3BGFNT%3A0000FF%3BGIMP%3A0000FF%3BFORID%3A1%3B&hl=en)
 *  [evidence](https://wordpress.org/support/users/evidence/)
 * (@evidence)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/creating-a-table-in-db/#post-306163)
 * phpmyadmin is somewhat dangerous though… from a shell on the box run mysql -uroot-
   p once in your in just type
 * CREATE DATABASE [databasename];
 * Thats all you’ll most likely ever need to do w sql to get your site running

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Creating a table in db’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 4 replies
 * 4 participants
 * Last reply from: [evidence](https://wordpress.org/support/users/evidence/)
 * Last activity: [20 years, 4 months ago](https://wordpress.org/support/topic/creating-a-table-in-db/#post-306163)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
