Building a table for a blog.... Not Connecting

Discussion in 'Databases' started by Scotty13, Apr 16, 2012.

  1. #1
    I'm trying to build a blog_sections_table in phpMyAdmin / MySQL and getting...Success in database CONNECTION.....no TABLE created. You have problems in the system already, backtrack and debug!Here's my table, what 'am I missing?
     
    Scotty13, Apr 16, 2012 IP
  2. javamazon

    javamazon Active Member

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    66
    #2
    check your Data Dictionary if the table is already created / truncated. Also try to filter table if you created and check if any error in creating the table . Drop your query which you are using tp create table so others could help you out.
     
    javamazon, Apr 20, 2012 IP
  3. Scotty13

    Scotty13 Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I got it working. I was missing one letter.
     
    Scotty13, Apr 25, 2012 IP
  4. javamazon

    javamazon Active Member

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    66
    #4
    javamazon, Apr 25, 2012 IP