Hi, I need to downgrade a database from mysql version 4.1 to 4.0.16 . This is due to moving from one hosting to another. i got following info from mysql manual http://dev.mysql.com/doc/refman/4.1/en/downgrading.html I don't have mysql 4.0.16 .I couldn't find download link of mysql 4.0.16 . can anyone give me download link for mysql 4.0.16 Is there any tool for downgrading database ? Thanks in advance !
If I understand correctly, you want to transfer your mysql db. I suggest you proceed in 2 steps: 1) Export only table structures and import them at new host. If there are any problems, identify and correct them. 2) After creating tables, Export the data and import at new host.