Restore Data Base Error
-
I am moving to a new server and have backed up the entire web site at https://metaltiger.org as well as the Data Base. The restore data base on the new server is giving me syntax errors :
Error
SQL-query:
#
# Table structure of tablewp_categories
#
CREATE TABLEwp_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
) ,
KEYcategory_nicename
(category_nicename
)
) ENGINE = InnoDB DEFAULT CHARSET = latin1MySQL said: Documentation
#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 ‘DEFAULT CHARSET=latin1’ at line 14I am not sure where to go from here to restore the data base. Thanks.
David
- The topic ‘Restore Data Base Error’ is closed to new replies.