Hi, currently my host is running MySQL 4.1.18-standard and I'm looking into starting an arcade script business very soon, probably in the next few days, I have the arcade script ready, and just waiting on the web design to be coded. The problem is, the script didn't come with an installer, the users have to edit the config file and manually import the mysql backup into their database through phpMyAdmin. I created the backup on my host which is running MySQL 4.1.18-standard. I don't think the backup will work if it was to be restored on a server running MySQL 4.1.x Is there any way, in the export tab in phpMyAdmin, or anywhere else, where I can create a MySQL dump/backup that would be compatible with both 4.1.x and 4.0.x of MySQL? I highly appreciate any and all help on this!
It'll still be compatible with both, but I think it basically removes the collation/charset information the 4.0.x doesn't use. So when you go to import into a server running 4.1, and that database's default charset is different you might run into some problems.