Hello, I have come across a problem regarding MySQL database versions. I have a MySQL version 4.1.15 database, but I am in the process of changing hosts and the new host has MySQL 4.0.0 installed. The hosting company said they can't upgrade right now. I really need this db up. If anyone can help or do this. Please reply. Thanks, Harjit
The exact answer depends on what tools your are using. Easiest solution is to simply export to text file (DDL + INSERT statements) data and structures then reimport them into the new database. Please provide further details of your toolset. I personally use SQLyog which provides this functionality quickly and easily. Are you using phpMyAdmin on the server? bg
iam using phpmyadmin to transfer between hosts. It is version 2.4 on the host iam exporting from. If anyone has version 2.6 please help me out, I will sent the .sql file and u can convert it to version 4.0 Thanks