Answer the question
In order to leave comments, you need to log in
What are some free tools for comparing mysql database structures?
There are two databases from different versions of the engines, I want to see what changes have been made to the structure of the new database, tables with 500 pieces, manually it is very hemorrhagic.
Answer the question
In order to leave comments, you need to log in
dbForge Studio for MySQL is a great program with a lot of features, including schema comparison. Free.
You can try to do mysqldump --no-data for two databases
and vimdiff db1.sql db2.sql
Mysql Workbench (http://www.mysql.com/products/workbench/) can be tried, especially if you need a sql script to change the structure of the old database. If not needed, then it's easier, as niko83 said , to make dumps and compare them.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question