<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Working with a .sql dump file - a newbie tutorial</title>
	<link>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/</link>
	<description>Programming blog, discussions, tutorials, resources</description>
	<pubDate>Mon, 08 Sep 2008 09:49:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: S. Jacobs</title>
		<link>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-2316</link>
		<dc:creator>S. Jacobs</dc:creator>
		<pubDate>Mon, 25 Feb 2008 16:32:54 +0000</pubDate>
		<guid>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-2316</guid>
		<description>The import was a success, thanks for the knowledge !</description>
		<content:encoded><![CDATA[<p>The import was a success, thanks for the knowledge !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-2178</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Mon, 11 Feb 2008 11:02:57 +0000</pubDate>
		<guid>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-2178</guid>
		<description>S. Jacobs,

Thanks for your comment, I am glad you enjoyed the tutorial and found it useful. Let us know how the import goes!!

mary</description>
		<content:encoded><![CDATA[<p>S. Jacobs,</p>
<p>Thanks for your comment, I am glad you enjoyed the tutorial and found it useful. Let us know how the import goes!!</p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S. Jacobs</title>
		<link>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-2176</link>
		<dc:creator>S. Jacobs</dc:creator>
		<pubDate>Mon, 11 Feb 2008 09:14:11 +0000</pubDate>
		<guid>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-2176</guid>
		<description>This is a very good tutorial it was very helpful, at the moment I'm importing a 600MB .sql dump... hope it works ! thanks !</description>
		<content:encoded><![CDATA[<p>This is a very good tutorial it was very helpful, at the moment I&#8217;m importing a 600MB .sql dump&#8230; hope it works ! thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Converting csv to sql - Part I @The Coding Pad: Programming blog, discussions, tutorials, resources</title>
		<link>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-26</link>
		<dc:creator>&#187; Converting csv to sql - Part I @The Coding Pad: Programming blog, discussions, tutorials, resources</dc:creator>
		<pubDate>Fri, 27 Jul 2007 05:45:36 +0000</pubDate>
		<guid>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-26</guid>
		<description>[...] alternative methods until I find the best and fastest one for the task.Â  If you read my post about working with a sql dump file, you&#8217;ll see what I [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] alternative methods until I find the best and fastest one for the task.Â  If you read my post about working with a sql dump file, you&#8217;ll see what I [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Some database tools - phpMyAdmin and HeidiSQL The Coding Pad: Programming blog, discussions, tutorials, resources</title>
		<link>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-5</link>
		<dc:creator>&#187; Some database tools - phpMyAdmin and HeidiSQL The Coding Pad: Programming blog, discussions, tutorials, resources</dc:creator>
		<pubDate>Mon, 25 Jun 2007 18:45:16 +0000</pubDate>
		<guid>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-5</guid>
		<description>[...] I wrote in response to Bo&#8217;s comment to my tutorial on working with .sql dump files, phpMyAdmin has been known to fail when importing larger databases, and this is where the command [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I wrote in response to Bo&#8217;s comment to my tutorial on working with .sql dump files, phpMyAdmin has been known to fail when importing larger databases, and this is where the command [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-4</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Thu, 21 Jun 2007 03:13:32 +0000</pubDate>
		<guid>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-4</guid>
		<description>Bo, I have read that phpMyAdmin doesn't deal too well with larger files. I don't know what the file limit would be where phpMyAdmin would not be the best tool for the job.

Does the command you have there create the database and then import a .sql file into the database directly, if the sql file has all the necessary queries to create the tables and table structures? Or would you have to first create the database and then run the command?  Since I am working on a windows computer, I am going to experiment with this command and see what I come up with.

Thanks again for the tips.  I do need to get my act together and install phpMyAdmin, even though I really like the command line too!!</description>
		<content:encoded><![CDATA[<p>Bo, I have read that phpMyAdmin doesn&#8217;t deal too well with larger files. I don&#8217;t know what the file limit would be where phpMyAdmin would not be the best tool for the job.</p>
<p>Does the command you have there create the database and then import a .sql file into the database directly, if the sql file has all the necessary queries to create the tables and table structures? Or would you have to first create the database and then run the command?  Since I am working on a windows computer, I am going to experiment with this command and see what I come up with.</p>
<p>Thanks again for the tips.  I do need to get my act together and install phpMyAdmin, even though I really like the command line too!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bo</title>
		<link>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-3</link>
		<dc:creator>Bo</dc:creator>
		<pubDate>Thu, 21 Jun 2007 02:33:57 +0000</pubDate>
		<guid>http://codingpad.maryspad.com/2007/06/19/working-with-a-sql-dump-file-a-newbie-tutorial/#comment-3</guid>
		<description>Wow Mary! This is a great tutorial!

I know a lot of people will have to use phpMyAdmin for importing an SQL file. To do so, you would log into your phpMyAdmin interface, select the database you wish to import the SQL file into, select "IMPORT" from the menu options, and either paste the SQL statements or upload your SQL file and run it as so.

Also, there's the Linux folk (like me) who would run the command from the terminal: 

mysql -u username -ppassword db_name </description>
		<content:encoded><![CDATA[<p>Wow Mary! This is a great tutorial!</p>
<p>I know a lot of people will have to use phpMyAdmin for importing an SQL file. To do so, you would log into your phpMyAdmin interface, select the database you wish to import the SQL file into, select &#8220;IMPORT&#8221; from the menu options, and either paste the SQL statements or upload your SQL file and run it as so.</p>
<p>Also, there&#8217;s the Linux folk (like me) who would run the command from the terminal: </p>
<p>mysql -u username -ppassword db_name</p>
]]></content:encoded>
	</item>
</channel>
</rss>
