TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

MySQL Database Dump Splitter v0.0.1

24 点作者 howlett超过 11 年前

4 条评论

INTPenis超过 11 年前
I used to do this with the BSD split(1) utility back in the day. (8+ years ago) I ran a BSD only shop back then but now I have GNU split(1) and it lacks the -p argument for pattern.<p>Either way, my Macintosh still has BSD split(1) so here&#x27;s a command example.<p><pre><code> split -p &#x27;Table structure for table `&#x27; my_dump-20130913.sql</code></pre>
ape4超过 11 年前
You can specify tables in the mysqldump command line.<p><a href="http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html" rel="nofollow">http:&#x2F;&#x2F;dev.mysql.com&#x2F;doc&#x2F;refman&#x2F;5.1&#x2F;en&#x2F;mysqldump.html</a>
评论 #6389846 未加载
charlieirish超过 11 年前
Also useful is this PHP Importer for very large MySQL Dumps <a href="http://www.ozerov.de/bigdump/" rel="nofollow">http:&#x2F;&#x2F;www.ozerov.de&#x2F;bigdump&#x2F;</a>
ck2超过 11 年前
If you have the option of re-dumping it, use mydumper instead. Crazy fast.<p><a href="https://launchpad.net/mydumper" rel="nofollow">https:&#x2F;&#x2F;launchpad.net&#x2F;mydumper</a>
评论 #6390196 未加载