• Ok I screwed up with wordpress, and deleted it so, I could start over, and reinstall it. When I tried to reinstall it, it said that the tables were already created, and I have to clear the old tables. Well I’m using version 1.5.2 Strayhorn, so exactly how do I clear old tables?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had that happen or something like that happen. What I did is i went into my database and erased everything and just started over like i had never used it. unless someone tells you how to fix it this is what i did.

    Erase everything dealing with wordpress and start fresh

    I keep these around in a text file when I want to get rid of all the table in my database (for testing). I use myPhpAdmin to do paste these into the Run SQL query window.

    DROP TABLE wp_categories;
    DROP TABLE wp_comments;
    DROP TABLE wp_linkcategories;
    DROP TABLE wp_links;
    DROP TABLE wp_options;
    DROP TABLE wp_post2cat;
    DROP TABLE wp_postmeta;
    DROP TABLE wp_posts;
    DROP TABLE wp_users;

    ********************
    Welcome to the WordPress Support Forums!

    Please help keep the Forums successful by reading:
    Using the Support Forums

    Also, remember the WordPress Codex and the FAQ pages.

    And, thank you, for letting us know if this information proves useful (or not)!
    ********************

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help!!!’ is closed to new replies.