<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<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: Importing SQL dumps into MySQL through Command line</title>
	<link>http://blog.rvdavid.net/importing-sql-dumps-into-mysql-through-command-line/</link>
	<description>Another Blog on Linux &#38; PHP Web Development theory &#38; practice</description>
	<pubDate>Wed, 19 Nov 2008 17:03:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Mario</title>
		<link>http://blog.rvdavid.net/importing-sql-dumps-into-mysql-through-command-line/#comment-363</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Wed, 22 Oct 2008 15:16:16 +0000</pubDate>
		<guid>http://blog.rvdavid.net/importing-sql-dumps-into-mysql-through-command-line/#comment-363</guid>
		<description>How can I import multiple sql files using command line? 
Ive tried using source command with /*.sql but not is it correct.</description>
		<content:encoded><![CDATA[<p>How can I import multiple sql files using command line?<br />
Ive tried using source command with /*.sql but not is it correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rvdavid</title>
		<link>http://blog.rvdavid.net/importing-sql-dumps-into-mysql-through-command-line/#comment-284</link>
		<dc:creator>rvdavid</dc:creator>
		<pubDate>Wed, 09 Apr 2008 22:18:00 +0000</pubDate>
		<guid>http://blog.rvdavid.net/importing-sql-dumps-into-mysql-through-command-line/#comment-284</guid>
		<description>You're welcome Miles :) Glad the post helped you out.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome Miles :) Glad the post helped you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miles</title>
		<link>http://blog.rvdavid.net/importing-sql-dumps-into-mysql-through-command-line/#comment-283</link>
		<dc:creator>Miles</dc:creator>
		<pubDate>Wed, 09 Apr 2008 13:45:07 +0000</pubDate>
		<guid>http://blog.rvdavid.net/importing-sql-dumps-into-mysql-through-command-line/#comment-283</guid>
		<description>Just what I needed to find out. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Just what I needed to find out. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://blog.rvdavid.net/importing-sql-dumps-into-mysql-through-command-line/#comment-268</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 18 Mar 2008 03:01:23 +0000</pubDate>
		<guid>http://blog.rvdavid.net/importing-sql-dumps-into-mysql-through-command-line/#comment-268</guid>
		<description>As an alternative you can dump a sql file into the mysql command line like

mysql -u -p &#60;&#60; somedatabasetable.sql

However the sql file will have to have the use `somedb` at the top of the file.</description>
		<content:encoded><![CDATA[<p>As an alternative you can dump a sql file into the mysql command line like</p>
<p>mysql -u -p &lt;&lt; somedatabasetable.sql</p>
<p>However the sql file will have to have the use `somedb` at the top of the file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
