If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
1.
- make a schema only mysqldump from your 1.5
- Create a new db (temp), import create sql from 1.4.x and apply the 1.6 patch
- manually compare the differences and fix the database
2.
- make full dump (backup) of 1.5 + data only dump
- drop database / create new database
- import create sql from 1.4.x + apply 1.6 patch
- import data only dump
- when error occurs, fix error, rinse , repeat
Tell me there is a better (aka easier) way to do this. I was kinda expecting a db upgrade for those of us who went the 1.5 route as well as for those who stayed with 1.4. Any hopes of this happening??
Comment