• Resolved RogerUsh

    (@rogerush)


    I’m getting this:

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '02-v4_categories ( cat_ID bigint(20) NOT NULL auto_increment, cat_name varch' at line 1]
    CREATE TABLE 02-v4_categories ( cat_ID bigint(20) NOT NULL auto_increment, cat_name varchar(55) NOT NULL default '', category_nicename varchar(200) NOT NULL default '', category_description longtext NOT NULL, category_parent bigint(20) NOT NULL default '0', category_count bigint(20) NOT NULL default '0', PRIMARY KEY (cat_ID), KEY category_nicename (category_nicename) )

    Just doing a clean install of the newest WordPress. I’m pretty sure my host is running the required version of MySQL and PHP. I’m using Dreamhost.

    I’ve recently been messing with the SQL tables though, so I don’t know if it has something to do with that. I am using an pre-existing database, but I changed the prefix in the config.php file for the new install.

    Any help?

    -Rog

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

The topic ‘WordPress database error:’ is closed to new replies.