Export MySQL Data as Insert Statements
Posted
by gav
on Stack Overflow
See other posts from Stack Overflow
or by gav
Published on 2010-04-30T23:29:36Z
Indexed on
2010/04/30
23:37 UTC
Read the original article
Hit count: 220
Hi All,
I'm working in Ubuntu with MySql and I also have Query Browser and Administrator installed, I'm not afraid of the command line either if it helps.
I want simply to be able to run a query and see a result set but then convert that result set into a series of commands that could be used to create the same rows in a table of an identical schema.
I hope the question makes sense, it's quite a simple problem and one that must have been solved but I can't for the life of me work out where this kind of conversion is made available.
Thanks in advance,
Gav
© Stack Overflow or respective owner