<?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: MySQL : import a dump</title>
	<atom:link href="http://bkwld.com/blog/2008/12/mysql-import-a-dump/feed/" rel="self" type="application/rss+xml" />
	<link>http://bkwld.com/blog/2008/12/mysql-import-a-dump/</link>
	<description>The blog from the staff of BKWLD</description>
	<lastBuildDate>Sun, 27 Nov 2011 05:12:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert Reinhard</title>
		<link>http://bkwld.com/blog/2008/12/mysql-import-a-dump/comment-page-1/#comment-21222</link>
		<dc:creator>Robert Reinhard</dc:creator>
		<pubDate>Tue, 10 Aug 2010 17:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://team.bkwld.com/2008/12/30/mysql-import-a-dump/#comment-21222</guid>
		<description>When dumping, if you get a &quot;Got error: 1044: Access denied for user &#039;*****&#039;@&#039;%&#039; to database &#039;******&#039; when using LOCK TABLES&quot; error, add this to the command &quot;--single-transaction&quot;.  I got that solution from this &lt;a href=&quot;http://forthescience.org/blog/2008/11/08/error-1044-in-mysql-access-denied-when-using-lock-tables/&quot; rel=&quot;nofollow&quot;&gt;blog post&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>When dumping, if you get a &#8220;Got error: 1044: Access denied for user &#8216;*****&#8217;@'%&#8217; to database &#8216;******&#8217; when using LOCK TABLES&#8221; error, add this to the command &#8220;&#8211;single-transaction&#8221;.  I got that solution from this <a href="http://forthescience.org/blog/2008/11/08/error-1044-in-mysql-access-denied-when-using-lock-tables/" rel="nofollow">blog post</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Reinhard</title>
		<link>http://bkwld.com/blog/2008/12/mysql-import-a-dump/comment-page-1/#comment-17619</link>
		<dc:creator>Robert Reinhard</dc:creator>
		<pubDate>Tue, 22 Dec 2009 19:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://team.bkwld.com/2008/12/30/mysql-import-a-dump/#comment-17619</guid>
		<description>You can list table names after dbname to only get some tables.  Such as:

&lt;code&gt;mysqldump --add-drop-table -u Username -p dbname tblname1 tblname2 &gt; dbname.sql&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You can list table names after dbname to only get some tables.  Such as:</p>
<p><code>mysqldump --add-drop-table -u Username -p dbname tblname1 tblname2 > dbname.sql</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://bkwld.com/blog/2008/12/mysql-import-a-dump/comment-page-1/#comment-15739</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 12 Feb 2009 01:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://team.bkwld.com/2008/12/30/mysql-import-a-dump/#comment-15739</guid>
		<description>Path to MySQL with a MAMP installation:

/Applications/MAMP/Library/bin/mysql</description>
		<content:encoded><![CDATA[<p>Path to MySQL with a MAMP installation:</p>
<p>/Applications/MAMP/Library/bin/mysql</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://bkwld.com/blog/2008/12/mysql-import-a-dump/comment-page-1/#comment-15738</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 12 Feb 2009 00:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://team.bkwld.com/2008/12/30/mysql-import-a-dump/#comment-15738</guid>
		<description>How to export from the command line:

&lt;code&gt;mysqldump --add-drop-table -u Username -p dbname &gt; dbname.sql&lt;/code&gt;

From:

http://kb.mediatemple.net/questions/129/How+can+I+Backup+and+Restore+a+MySQL+database%3F</description>
		<content:encoded><![CDATA[<p>How to export from the command line:</p>
<p><code>mysqldump --add-drop-table -u Username -p dbname > dbname.sql</code></p>
<p>From:</p>
<p><a href="http://kb.mediatemple.net/questions/129/How+can+I+Backup+and+Restore+a+MySQL+database%3F" rel="nofollow">http://kb.mediatemple.net/questions/129/How+can+I+Backup+and+Restore+a+MySQL+database%3F</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

