vote up 1 vote down star

I am looking for a library that will allow me to read a mysql dump.

I don't want to have to create a MySQL database and import the library and use the MySQL API. I would prefer simply a library that can parse the mysql dump format.

I prefer a python library, but other scripting languages are okay.

flag

38% accept rate

2 Answers

vote up 1 vote down

I came across sqldump.py while looking for something similar - might be of use...

link|flag
True, but this is only for wikipedia SQL dumps. A useful script for another task. – Joseph Turian Oct 15 at 0:14
vote up 0 vote down check

Import into MySQL and dump using --xml seems to be the best option.

I wrote up the reasoning in this blog post: Use flag –xml when you run mysqldump

link|flag
A useful write-up (BTW you're right - I was in fact looking for MediaWiki imports when I stumbled on the above). – Dave Everitt Oct 15 at 7:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.