• I am struggling to rescue my blog following my ISP deleting it. I have the latest database and I am trying to import it into a new blog via myPHPadmin. However I get the following error.

    #1064 – 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 ‘

    CREATE TABLE wp_posts (
    ID bigint(20) unsigned NOT NULL auto_increme’ at line 1

    and it points to the following line

    comment_status enum( ‘open’, ‘closed’, ‘registered_only’ ) NOT NULL

    Any clues?

  • The topic ‘Mysql error when importing table’ is closed to new replies.