Ive suceeded on getting manfredeye.com tranfered. Now Im tring to upload the database information so as all my comments/posts/etc will come up. Im getting this error.
Error
SQL query:
CREATE TABLE wp_ak_popularity (
post_id int( 11 ) NOT NULL default '0',
total int( 11 ) NOT NULL default '0',
feed_views int( 11 ) NOT NULL default '0',
home_views int( 11 ) NOT NULL default '0',
archive_views int( 11 ) NOT NULL default '0',
category_views int( 11 ) NOT NULL default '0',
single_views int( 11 ) NOT NULL default '0',
comments int( 11 ) NOT NULL default '0',
pingbacks int( 11 ) NOT NULL default '0',
trackbacks int( 11 ) NOT NULL default '0',
last_modified datetime NOT NULL default '0000-00-00 00:00:00',
KEY post_id ( post_id )
) ENGINE = MYISAM DEFAULT CHARSET = latin1;
MySQL 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 'ENGINE=MyISAM DEFAULT CHARSET=latin1' at line 14
If there is anyone that can help me get my database information back I would so appreciate it!