<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chmouel&#039;s Blog &#187; MySQL</title>
	<atom:link href="http://blog.chmouel.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chmouel.com</link>
	<description>Random and probably boring stuff.</description>
	<lastBuildDate>Wed, 01 Feb 2012 10:28:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>What type of MySQL table schemas</title>
		<link>http://blog.chmouel.com/2009/05/11/what-type-of-mysql-table-schemas/</link>
		<comments>http://blog.chmouel.com/2009/05/11/what-type-of-mysql-table-schemas/#comments</comments>
		<pubDate>Mon, 11 May 2009 08:55:27 +0000</pubDate>
		<dc:creator>chmouel</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.chmouel.com/?p=145</guid>
		<description><![CDATA[Since I always forget stuff like this. This is the SQL query to detect mysql table schemas type (thanks to Darren.B) : SELECT table_name, table_schema, table_type, engine FROM information_schema.tables where table_schema not in &#40;'information_schema', 'mysql'&#41;;]]></description>
			<content:encoded><![CDATA[<p>Since I always forget stuff like this. This is the SQL query to detect mysql table schemas type (thanks to Darren.B) :</p>

<div class="wp_codebox"><table><tr id="p1452"><td class="code" id="p145code2"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span> table_name<span style="color: #66cc66;">,</span> table_schema<span style="color: #66cc66;">,</span> table_type<span style="color: #66cc66;">,</span> engine <span style="color: #993333; font-weight: bold;">FROM</span> information_schema<span style="color: #66cc66;">.</span><span style="color: #993333; font-weight: bold;">tables</span> <span style="color: #993333; font-weight: bold;">where</span> table_schema <span style="color: #993333; font-weight: bold;">not</span> <span style="color: #993333; font-weight: bold;">in</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'information_schema'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'mysql'</span><span style="color: #66cc66;">&#41;</span>;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.chmouel.com/2009/05/11/what-type-of-mysql-table-schemas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

