Does anyone know any visual MySQL diff tools?
I have about 10 machines all with their own instance of MySQL. No replication is taking place, since each machine acts independently of the others. However, their table structures must be identical, and I would like a quick way to verify their table structures.
I'm not so concerned about the data in the tables. However, if the tool supports table data comparisons, I'd definitely like to check that out, too.
If you've worked with a good command-line tool, I'm open to that as well.