views:

24

answers:

2

Hi,

I want an open source/free tool which can test the schema, data, user defined functions, views and stored procedures between two different databases or two different versions of the databases. I am using MySQL database.

Currently I am using DB Solo which is a 30 day trail version.

Thanks in advance.

A: 

Try mk-upgrade. Though you will have to write the tests yourself (via sql scripts).

Vin-G
A: 

There is an article on it at http://www.fryan0911.com/2009/12/compare-two-database-using-mysql.html using a free tool called Mysql Structure Compare.

LeonixSolutions