Export sql data to external db

fez

fez

Caporegime
Joined
22 Aug 2008
Posts
28,017
Location
Tunbridge Wells
Hi,

I have 2 databases with identical schemas apart from a few new tables in one. The tables in question relate to a database driven application that requires these records to draw the controls onto the forms.

If this was a web server then I would just use phpmyadmin to copy all the data etc accross however we use mysql query browser for all our db manipulation.

Is there a tool for mysql dbs that does what I am after or will I have to point phpmyadmin at that db and go from there.

I just want something that will create insert statements from the exisiting records.

thanks
 
Back
Top Bottom