<?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: Search-find through all databases, tables, columns in mysql</title>
	<atom:link href="http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql</link>
	<description>Kedar&#039;s Blog for MySQL and more</description>
	<lastBuildDate>Fri, 27 Jan 2012 04:35:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: sjolzy</title>
		<link>http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql/comment-page-1#comment-2362</link>
		<dc:creator>sjolzy</dc:creator>
		<pubDate>Sat, 08 Jan 2011 16:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=38#comment-2362</guid>
		<description>3Q,it help me.</description>
		<content:encoded><![CDATA[<p>3Q,it help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kedar</title>
		<link>http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql/comment-page-1#comment-49</link>
		<dc:creator>Kedar</dc:creator>
		<pubDate>Mon, 03 May 2010 06:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=38#comment-49</guid>
		<description>Hi Brian,

Yes, you can search a single DB with a small change in the code.

Instead of &quot;WHERE TABLE_SCHEMA NOT IN (‘information_schema’,&#039;test’,&#039;mysql’);&quot; @ line #23
you can use
&quot;WHERE TABLE_SCHEMA IN (‘YOUR_DB_NAME’);&quot;

i.e. NOT IN replaced with IN.

Hope that helps,
Kedar.</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>Yes, you can search a single DB with a small change in the code.</p>
<p>Instead of &#8220;WHERE TABLE_SCHEMA NOT IN (‘information_schema’,&#8217;test’,&#8217;mysql’);&#8221; @ line #23<br />
you can use<br />
&#8220;WHERE TABLE_SCHEMA IN (‘YOUR_DB_NAME’);&#8221;</p>
<p>i.e. NOT IN replaced with IN.</p>
<p>Hope that helps,<br />
Kedar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql/comment-page-1#comment-48</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 02 May 2010 18:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://kedar.nitty-witty.com/blog/?p=38#comment-48</guid>
		<description>Is there a way to apply this to a single database instead?</description>
		<content:encoded><![CDATA[<p>Is there a way to apply this to a single database instead?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

