<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: How to Import a Very Large SQL Dump with phpMyAdmin</title>
	<atom:link href="https://www.webmaster-source.com/2011/09/26/how-to-import-a-very-large-sql-dump-with-phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com/2011/09/26/how-to-import-a-very-large-sql-dump-with-phpmyadmin/</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Wed, 29 Apr 2026 13:07:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>By: mony</title>
		<link>https://www.webmaster-source.com/2011/09/26/how-to-import-a-very-large-sql-dump-with-phpmyadmin/#comment-38932</link>
		<dc:creator><![CDATA[mony]]></dc:creator>
		<pubDate>Wed, 18 Jun 2014 01:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4303#comment-38932</guid>
		<description><![CDATA[&lt;a href=&quot;http://www.nsmat-dammam.org/%D8%AE%D8%AF%D9%85%D8%A7%D8%AA-%D8%A7%D9%84%D8%AA%D8%B3%D9%84%D9%8A%D9%83-%D9%88%D8%A7%D9%84%D8%AA%D8%B3%D8%B1%D8%A8%D8%A7%D8%AA/%D8%B4%D8%B1%D9%83%D8%A9-%D9%83%D8%B4%D9%81-%D8%AA%D8%B3%D8%B1%D8%A8%D8%A7%D8%AA-%D8%A7%D9%84%D9%85%D9%8A%D8%A7%D9%87-%D8%A8%D8%A7%D9%84%D8%AF%D9%85%D8%A7%D9%85/&quot; rel=&quot;nofollow&quot;&gt;كشف
  تسربات المياه بالدمام&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p><a href="http://www.nsmat-dammam.org/%D8%AE%D8%AF%D9%85%D8%A7%D8%AA-%D8%A7%D9%84%D8%AA%D8%B3%D9%84%D9%8A%D9%83-%D9%88%D8%A7%D9%84%D8%AA%D8%B3%D8%B1%D8%A8%D8%A7%D8%AA/%D8%B4%D8%B1%D9%83%D8%A9-%D9%83%D8%B4%D9%81-%D8%AA%D8%B3%D8%B1%D8%A8%D8%A7%D8%AA-%D8%A7%D9%84%D9%85%D9%8A%D8%A7%D9%87-%D8%A8%D8%A7%D9%84%D8%AF%D9%85%D8%A7%D9%85/" rel="nofollow">كشف<br />
  تسربات المياه بالدمام</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Themis Theotokatos</title>
		<link>https://www.webmaster-source.com/2011/09/26/how-to-import-a-very-large-sql-dump-with-phpmyadmin/#comment-38931</link>
		<dc:creator><![CDATA[Themis Theotokatos]]></dc:creator>
		<pubDate>Sat, 14 Jun 2014 11:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4303#comment-38931</guid>
		<description><![CDATA[Doesn&#039;t really work, because if you split for every 5000 lines and at the 5000nd line there is a one half of an insert command then the other file can&#039;t be imported since it&#039;s missing the insert. You need to split between commands not between lines.]]></description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t really work, because if you split for every 5000 lines and at the 5000nd line there is a one half of an insert command then the other file can&#8217;t be imported since it&#8217;s missing the insert. You need to split between commands not between lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: app103</title>
		<link>https://www.webmaster-source.com/2011/09/26/how-to-import-a-very-large-sql-dump-with-phpmyadmin/#comment-37336</link>
		<dc:creator><![CDATA[app103]]></dc:creator>
		<pubDate>Tue, 30 Jul 2013 20:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4303#comment-37336</guid>
		<description><![CDATA[HJ Split wasn&#039;t really intended for splitting text files. It was made for splitting binary files and requires running a joiner executable to rejoin all the parts into something usable. Most common usage for it was sending a large attachment in multiple parts, attached to multiple emails, back in the days before all the free file hosting companies came onto the scene.

For Windows users, you can try SQL Dump Splitter 2, which is a nice GUI app made specifically for the purpose of splitting SQL files: http://www.rusiczki.net/2007/01/24/sql-dump-file-splitter/]]></description>
		<content:encoded><![CDATA[<p>HJ Split wasn&#8217;t really intended for splitting text files. It was made for splitting binary files and requires running a joiner executable to rejoin all the parts into something usable. Most common usage for it was sending a large attachment in multiple parts, attached to multiple emails, back in the days before all the free file hosting companies came onto the scene.</p>
<p>For Windows users, you can try SQL Dump Splitter 2, which is a nice GUI app made specifically for the purpose of splitting SQL files: <a href="http://www.rusiczki.net/2007/01/24/sql-dump-file-splitter/" rel="nofollow">http://www.rusiczki.net/2007/0.....-splitter/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>https://www.webmaster-source.com/2011/09/26/how-to-import-a-very-large-sql-dump-with-phpmyadmin/#comment-36637</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Fri, 24 May 2013 22:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4303#comment-36637</guid>
		<description><![CDATA[I haven&#039;t really used Windows much in recent years, but a quick Google search came up with this: http://www.hjsplit.org/

It splits a file into multiple files by kilobyte rather than every Nth line, but it should still work. Just check the size of the original file and divide by how many files you think should work.]]></description>
		<content:encoded><![CDATA[<p>I haven&#8217;t really used Windows much in recent years, but a quick Google search came up with this: <a href="http://www.hjsplit.org/" rel="nofollow">http://www.hjsplit.org/</a></p>
<p>It splits a file into multiple files by kilobyte rather than every Nth line, but it should still work. Just check the size of the original file and divide by how many files you think should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>https://www.webmaster-source.com/2011/09/26/how-to-import-a-very-large-sql-dump-with-phpmyadmin/#comment-36627</link>
		<dc:creator><![CDATA[Dustin]]></dc:creator>
		<pubDate>Fri, 24 May 2013 13:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4303#comment-36627</guid>
		<description><![CDATA[I noticed it is for Mac and Linux, any recommendations for the Windows users?]]></description>
		<content:encoded><![CDATA[<p>I noticed it is for Mac and Linux, any recommendations for the Windows users?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-05-01 14:10:32 by W3 Total Cache
-->