开发者

Library to read a MySQL dump? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

Improve this question

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.


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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜