Error importing database export (transferring to new host)
-
I followed the instructions on how to export my databases from my old site and now I’m trying to import to my new site using phpMyAdmin. I created the database and tried to import the file but I got the following error:
Error
SQL query:CREATE TABLE
wp_categories(cat_IDbigint( 20 ) NOT NULL AUTO_INCREMENT ,
cat_namevarchar( 55 ) NOT NULL default ”,
category_nicenamevarchar( 200 ) NOT NULL default ”,
category_descriptionlongtext NOT NULL ,
category_parentbigint( 20 ) NOT NULL default ‘0’,
category_countbigint( 20 ) NOT NULL default ‘0’,
PRIMARY KEY (cat_ID) ,
KEYcategory_nicename(category_nicename)
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =6;MySQL said:
#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 ‘ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6’ at line
Any suggestions?
The topic ‘Error importing database export (transferring to new host)’ is closed to new replies.