<?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: I want a mysqldump &#8211;ignore-database option</title>
	<atom:link href="http://ronaldbradford.com/blog/i-want-a-mysqldump-ignore-database-option-2012-04-18/feed/" rel="self" type="application/rss+xml" />
	<link>http://ronaldbradford.com/blog/i-want-a-mysqldump-ignore-database-option-2012-04-18/</link>
	<description>Expert times and information on MySQL</description>
	<lastBuildDate>Thu, 09 May 2013 15:50:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: How to exclude a database from your dump with ZRM (MySQL Community help needed)</title>
		<link>http://ronaldbradford.com/blog/i-want-a-mysqldump-ignore-database-option-2012-04-18/comment-page-1/#comment-14723</link>
		<dc:creator>How to exclude a database from your dump with ZRM (MySQL Community help needed)</dc:creator>
		<pubDate>Tue, 08 May 2012 14:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=3955#comment-14723</guid>
		<description>[...] month, Ronald Bradford, Giuseppe Maxia and Mark Leith spoke about how to simulate a mysqldump &#8211;ignore-database. [...]</description>
		<content:encoded><![CDATA[<p>[...] month, Ronald Bradford, Giuseppe Maxia and Mark Leith spoke about how to simulate a mysqldump &#8211;ignore-database. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #268, A Carnival of the Vanities for DBAs &#124; The Pythian Blog</title>
		<link>http://ronaldbradford.com/blog/i-want-a-mysqldump-ignore-database-option-2012-04-18/comment-page-1/#comment-14581</link>
		<dc:creator>Log Buffer #268, A Carnival of the Vanities for DBAs &#124; The Pythian Blog</dc:creator>
		<pubDate>Fri, 20 Apr 2012 07:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=3955#comment-14581</guid>
		<description>[...] working with RDS and Google Cloud SQL Ronald Bradford has come to realize that excluding the mysql schema from a mysqldump is [...]</description>
		<content:encoded><![CDATA[<p>[...] working with RDS and Google Cloud SQL Ronald Bradford has come to realize that excluding the mysql schema from a mysqldump is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Implementing mysqldump &#8211;ignore-database &#124; Mark Leith</title>
		<link>http://ronaldbradford.com/blog/i-want-a-mysqldump-ignore-database-option-2012-04-18/comment-page-1/#comment-14579</link>
		<dc:creator>Implementing mysqldump &#8211;ignore-database &#124; Mark Leith</dc:creator>
		<pubDate>Thu, 19 Apr 2012 22:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=3955#comment-14579</guid>
		<description>[...] Ronald Bradford and Giuseppe Maxia (hey guys!) wrote about different ways to ignore a database when using mysqldump &#8211;all-databases over the past couple of days. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ronald Bradford and Giuseppe Maxia (hey guys!) wrote about different ways to ignore a database when using mysqldump &#8211;all-databases over the past couple of days. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cédric</title>
		<link>http://ronaldbradford.com/blog/i-want-a-mysqldump-ignore-database-option-2012-04-18/comment-page-1/#comment-14575</link>
		<dc:creator>Cédric</dc:creator>
		<pubDate>Thu, 19 Apr 2012 14:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=3955#comment-14575</guid>
		<description>&quot;exclude-pattern&quot; option is also available in ZRM community for ignore some databases</description>
		<content:encoded><![CDATA[<p>&#8220;exclude-pattern&#8221; option is also available in ZRM community for ignore some databases</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giuseppe Maxia</title>
		<link>http://ronaldbradford.com/blog/i-want-a-mysqldump-ignore-database-option-2012-04-18/comment-page-1/#comment-14571</link>
		<dc:creator>Giuseppe Maxia</dc:creator>
		<pubDate>Thu, 19 Apr 2012 08:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=3955#comment-14571</guid>
		<description>@Peter_Laursen
I_S and P_S are excluded if you run --all-databases, If you put them in a database list, they are backed up.</description>
		<content:encoded><![CDATA[<p>@Peter_Laursen<br />
I_S and P_S are excluded if you run &#8211;all-databases, If you put them in a database list, they are backed up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Laursen</title>
		<link>http://ronaldbradford.com/blog/i-want-a-mysqldump-ignore-database-option-2012-04-18/comment-page-1/#comment-14565</link>
		<dc:creator>Peter Laursen</dc:creator>
		<pubDate>Wed, 18 Apr 2012 20:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://ronaldbradford.com/blog/?p=3955#comment-14565</guid>
		<description>Interesting .. but:

1) I think excluding I_S and P_S explicitly like this is not required.  To my best knowledge I_S and P_S are not backed up by mysqldump unless specified explicitly. 

2) In SQLyog we had for years options to &quot;backup all databases&quot; 1) with the `mysql`database 2)  and without the `mysql` database (and I_S and P_S will also be skipped if not explicitly selected). This is relevant not only for Cloud-based solutions like AWS but also with various type of &#039;shared hosting&#039; and &#039;managed hosting&#039;.  Users here will (maybe and to some extend) have the privileges to export/backup from `mysql` but not to import/restore to it! I am actually surprised that I did not see it in other tools (but I don&#039;t see everything obviously).</description>
		<content:encoded><![CDATA[<p>Interesting .. but:</p>
<p>1) I think excluding I_S and P_S explicitly like this is not required.  To my best knowledge I_S and P_S are not backed up by mysqldump unless specified explicitly. </p>
<p>2) In SQLyog we had for years options to &#8220;backup all databases&#8221; 1) with the `mysql`database 2)  and without the `mysql` database (and I_S and P_S will also be skipped if not explicitly selected). This is relevant not only for Cloud-based solutions like AWS but also with various type of &#8216;shared hosting&#8217; and &#8216;managed hosting&#8217;.  Users here will (maybe and to some extend) have the privileges to export/backup from `mysql` but not to import/restore to it! I am actually surprised that I did not see it in other tools (but I don&#8217;t see everything obviously).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
