Migration of Database Design

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
BitMaster
Posts: 2
Joined: Wed 23 Jul 2014 11:01

Migration of Database Design

Post by BitMaster » Wed 23 Jul 2014 11:12

Hi,

I have a database design which connects to a database called for example "test01". I have a new database called "test02" that is a duplicate of test01 with some new tables, otherwise identical. I would like my design to work with test02 instead of test01. How can this be done?

Thanks.

alexa

Re: Migration of Database Design

Post by alexa » Wed 23 Jul 2014 11:59

Please refer to the following link for details http://blog.devart.com/adapting-databas ... abase.html

BitMaster
Posts: 2
Joined: Wed 23 Jul 2014 11:01

Re: Migration of Database Design

Post by BitMaster » Wed 23 Jul 2014 13:41

Exactly what I was looking for Alexa, thanks so much.

Post Reply