Quote:
Originally Posted by Psycho-Killer
Not working for vBulletin 4.1.8, i become Database error by .xml import 
|
I got the same problem. Its an issue with sql script and a deprecated supported keyword used the create the table I believe. Open the XML file and change on line 24 from:
TYPE=MyISAM
and replace with:
ENGINE=MyISAM
Then try the import again. Worked for me in Vbulletin 4.1.12 after the change.