1
I just spent 3 weeks building a fanstastic XOOPS site for a local community group and I am unable to migrate the XOOPS SQL DB to my clients webhost.
I sent the SQL #1064 error messages to the hosts tech support and am informed that they are still running an older version of MySQL (version 4.0.24) and that because my XOOPS site was built on my local MySQL server version 4.1.8nt then I will not be able to use it on their hosting space.
They tell me they have no future intentions to upgrade their servers to current version 4.1.x of MySQL and also say this:
Quote:
You'll either need to export in 4.0.x format (not sure if this is possible) or strip out any references to COLLATE in the resulting sql dump.
Now I am in a panic because I need to get this site live for my clients in less than two days and I have no clue how to approach this problem at such short notice.
The specific syntax in the DB which is causing the errors is:
'COLLATE=utf8_general_ci NOT NULL default '',
PRIMARY_KEY (
Help please! What can I do???