PDA

View Full Version : A tool to easily and quickly diff MySQL database tables


Chris8
05-04-2013, 03:54 PM
I need a tool preferably with graphical user interface for easy and quick MySQL database diff. For example:
Let's say I have an older vb database and a newer one and I want to quickly check what's new in the newer one and import chosen tables into old one.
Do you know any software that would let me do it in a quick convinient way?
Thank you in advance for any recommendations.

nerbert
05-05-2013, 02:58 AM
I don't know what web hosting control panel you have but cPanel (and presumably others) have phpMyAdmin. Works for me.

Chris8
05-11-2013, 05:27 PM
phpMyAdmin can do it? Well, I was thinking more about software like SQLyog, Open DBDiff or Red-Gate MySQL Schema & Data Compare etc. I tried plenty of them but so far I have not found an ideal one that would be really fast, powerful and preferably could do diff and merge directly on MySQL database dumps with no need of running MySQL server locally. But I guess some things simply do not exist. :(