I have two servers that are running linux with a MySql DB running on each. The old server is running MySql 4.0.20 and the new one is running MySql 4.1.12. What I am trying to do is move all the data from the old to the new. So here is what I have done so far. I used phpmyadmin to dump the data and structure and used it to rebuild the new db. Most all things went alright except for some float fields. Some data that should be 18.75 is 9.99. I have tried to use SQLyog enterprise (trial edition) and got the same results. I look at the structure of the table and in both the DBs it is the same, it is the data that is messed up. Is this a difference in the two MySql versions, and if so how can I fix this?
Thanks
Thanks