Why do I get an import error (SQL syntax error)?
If you get an error message like the following when importing a backup, you should make sure that you have PHP > PHP 4.3 installed. (Like recommended in INSTALL.txt.)
CREATE TABLE `test_db` ( `test_id` mediumint(8) unsigned NOT NULL auto_increment, `test_str` varchar(25) NOT NULL default '', ) TYPE=MyISAM AUTO_INCREMENT=1 ; You have an error in your SQL syntax near ';' at line 5
If you have installed PHP >4.3 don't hesitate to contact me.
You cannot comment on this entry