<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: How to tell if MySQL has InnoDB support enabled?</title>
  <link>http://www.activecollab.com/forums/topic/571/</link>
  <description>Recent posts on topic: How to tell if MySQL has InnoDB support enabled?</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sun, 23 Nov 2008 11:37:18 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/2746/#post2746</link>
    <guid>http://www.activecollab.com/forums/post/2746/#post2746</guid>
    <title>Post #1 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p><b>Q: How to tell if MySQL has InnoDB support enabled?</b><br />
<br />
<b>A:</b> Run this query (in phpMyAdmin, mysql console tool or whatever MySQL administration tool you have):<br />
<br />
<pre name="code" class="html">SHOW VARIABLES LIKE 'have_innodb';</pre><br />
It should return something like this:<br />
<br />
<pre name="code" class="html">+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| have_innodb   | YES   |
+---------------+-------+</pre></p>]]></description>
    <pubDate>Tue, 05 Sep 2006 11:11:31 UTC</pubDate>
  </item>
</channel>
</rss>