Tag: sql rss

Posts

19 September 2012 /
When upgrading the structure of an old database with production data, it’s easy to find resources online that will show you how to do a MySQL dump and import it into a new database with an improved structure. Heck, even if the database has some oddities with it, it’s usually straight forward.But what if you have this scenario:A production database where most tables have an auto increment column used as a unique ID.