• Ok, what happens is I click on the button to go to the 2nd step of installing WP and what I get is this very very long list of errors, which look like 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 ‘-categories ( cat_ID bigint(20) NOT NULL auto_increment, cat_name varchar(55’ at line 1]
    CREATE TABLE wp-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) )

    I am running an Apache 2.0.59 server, with PHP 5.1.6 and MySQL 5. Can you please help?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘A lot of WordPress database errors’ is closed to new replies.