<?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 change the default database in MySQL</title>
	<atom:link href="http://www.xaprb.com/blog/2008/10/11/how-to-change-the-default-database-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2008/10/11/how-to-change-the-default-database-in-mysql/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2008/10/11/how-to-change-the-default-database-in-mysql/#comment-15216</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Sun, 12 Oct 2008 12:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=604#comment-15216</guid>
		<description>Shantanu, that&#039;s a trick I also use sometimes to help me figure out which table a column comes from.  Developers think it&#039;s obvious, but when you&#039;re a consultant it&#039;s tough to optimize queries when you don&#039;t know the schema by heart!</description>
		<content:encoded><![CDATA[<p>Shantanu, that&#8217;s a trick I also use sometimes to help me figure out which table a column comes from.  Developers think it&#8217;s obvious, but when you&#8217;re a consultant it&#8217;s tough to optimize queries when you don&#8217;t know the schema by heart!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Oak</title>
		<link>http://www.xaprb.com/blog/2008/10/11/how-to-change-the-default-database-in-mysql/#comment-15215</link>
		<dc:creator>Shantanu Oak</dc:creator>
		<pubDate>Sun, 12 Oct 2008 10:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=604#comment-15215</guid>
		<description>&gt;&gt; all table names in the query are fully qualified so thereâ€™s no ambiguity
If that is all you are looking for, then &quot;explain extended&quot; and then show warnings will let you know the &#039;database.table&#039; used by MySQL</description>
		<content:encoded><![CDATA[<p>&gt;&gt; all table names in the query are fully qualified so thereâ€™s no ambiguity<br />
If that is all you are looking for, then &#8220;explain extended&#8221; and then show warnings will let you know the &#8216;database.table&#8217; used by MySQL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Fridh</title>
		<link>http://www.xaprb.com/blog/2008/10/11/how-to-change-the-default-database-in-mysql/#comment-15214</link>
		<dc:creator>Mikael Fridh</dc:creator>
		<pubDate>Sun, 12 Oct 2008 08:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=604#comment-15214</guid>
		<description>\r</description>
		<content:encoded><![CDATA[<p>\r</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Day</title>
		<link>http://www.xaprb.com/blog/2008/10/11/how-to-change-the-default-database-in-mysql/#comment-15213</link>
		<dc:creator>Eric Day</dc:creator>
		<pubDate>Sun, 12 Oct 2008 06:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=604#comment-15213</guid>
		<description>I just tested select_db() with an empty DB name, which issues a COM_DB_INIT at the protocol layer, and it doesn&#039;t work. It sends the &quot;correct&quot; packet, with a 0 length DB, but you get back an error: &quot;No database selected&quot;. I suppose a bug/feature request could be filed to change the behavior of this request. :)</description>
		<content:encoded><![CDATA[<p>I just tested select_db() with an empty DB name, which issues a COM_DB_INIT at the protocol layer, and it doesn&#8217;t work. It sends the &#8220;correct&#8221; packet, with a 0 length DB, but you get back an error: &#8220;No database selected&#8221;. I suppose a bug/feature request could be filed to change the behavior of this request. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Lenev</title>
		<link>http://www.xaprb.com/blog/2008/10/11/how-to-change-the-default-database-in-mysql/#comment-15212</link>
		<dc:creator>Dmitry Lenev</dc:creator>
		<pubDate>Sun, 12 Oct 2008 06:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=604#comment-15212</guid>
		<description>MySQL test suite sometimes uses approach described by Brian. In other cases it uses special option for mysqltest&#039;s &quot;connect&quot; command (indeed, it is probably not an approach that can be used in your case).</description>
		<content:encoded><![CDATA[<p>MySQL test suite sometimes uses approach described by Brian. In other cases it uses special option for mysqltest&#8217;s &#8220;connect&#8221; command (indeed, it is probably not an approach that can be used in your case).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

