It has been awhile since I have done manual imports on MYSql but not that long. This isn't wanting to import even using the small chunks.
Quote:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: 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 ';
CREATE TABLE IF NOT EXISTS `vbspell` (
`word` varchar(30) collate latin1_g' at line 1
|
I have tried importing the entire file using the file. I tried copy/paste directly into the query into phpMyadmin and I used the chunks of code where you broke it down with all methods to include the default in vBulletins "Execute SQL Query" and I get the same errors.