<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Mixed database table types (MyISAM vs InnoDB)]]></title><description><![CDATA[<p dir="auto">Hello. I noticed in looking at the databases of various websites (trying to cleanup some old plugin data) that I have a mixture of MyISAM and InnoDB table types. Some are MyISAM type and some are InnoDB type.</p>
<p dir="auto">I assume they should all be InnoDB as I tried deploying a fresh instance of WordPress and used PHPMyAdmin to verify that they are all InnoDB by default, so I am presuming I should be converting the MyISAM to InnoDB.</p>
<p dir="auto">Any thoughts on how to fix this all to InnoDB? Is this something I should just ignore? My concern is this may be an issue down the road and so if I can be proactive then I'd rather be proactive.</p>
<p dir="auto">Screenshots below...</p>
<p dir="auto">Older install (notice the mix of InnoDB and MyISAM types):<br />
<img src="/assets/uploads/files/1673077175088-f8b336c6-d705-4fb6-9e55-6db1a214ff61-image-resized.png" alt="f8b336c6-d705-4fb6-9e55-6db1a214ff61-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Fresh install (notice the InnoDB is the type used for all tables):<br />
<img src="/assets/uploads/files/1673077090793-259e31bd-d8a3-414b-b760-f1787193659b-image-resized.png" alt="259e31bd-d8a3-414b-b760-f1787193659b-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/topic/8382/mixed-database-table-types-myisam-vs-innodb</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 20:18:17 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/8382.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Jan 2023 07:39:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mixed database table types (MyISAM vs InnoDB) on Sat, 07 Jan 2023 16:51:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> okay I’ll try that, thanks for looking into it Girish! It’s definitely odd and I’m surprised I only recently discovered this concern. Some of them definitely existed before Cloudron days and came over as part of the “all in one migration” plugin which I have a feeling overwrite the database to match the original source, so likely is part of the reason there. Some newer ones also have it though but thinking further I think it’s because it was an issue in the template one I spun up new site builds from.</p>
<p dir="auto">I’ll try converting and hopefully that’ll help with some stuff. Will report back on whether it’s successful or not <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=223f9defb2f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/59554</link><guid isPermaLink="true">https://forum.cloudron.io/post/59554</guid><dc:creator><![CDATA[d19dotca]]></dc:creator><pubDate>Sat, 07 Jan 2023 16:51:39 GMT</pubDate></item><item><title><![CDATA[Reply to Mixed database table types (MyISAM vs InnoDB) on Sat, 07 Jan 2023 10:19:49 GMT]]></title><description><![CDATA[<p dir="auto">According to internet, you can do <code>ALTER TABLE tablename ENGINE=InnoDB;</code> to convert. I would suggest converting. Atleast, all our tests in the MySQL addon assume InnoDB and never tested with MyISAM.</p>
]]></description><link>https://forum.cloudron.io/post/59526</link><guid isPermaLink="true">https://forum.cloudron.io/post/59526</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 07 Jan 2023 10:19:49 GMT</pubDate></item><item><title><![CDATA[Reply to Mixed database table types (MyISAM vs InnoDB) on Sat, 07 Jan 2023 10:17:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/d19dotca" aria-label="Profile: d19dotca">@<bdi>d19dotca</bdi></a> said in <a href="/post/59517">Mixed database table types (MyISAM vs InnoDB)</a>:</p>
<blockquote>
<p dir="auto">MyISAM</p>
</blockquote>
<p dir="auto">afaik, MyISAM is sort of obsolete. We only support InnoDB since the beginning. Was the initial WP installation from Cloudron ?</p>
<p dir="auto">TBH, I didn't even know one could mix tables this way!</p>
]]></description><link>https://forum.cloudron.io/post/59525</link><guid isPermaLink="true">https://forum.cloudron.io/post/59525</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 07 Jan 2023 10:17:21 GMT</pubDate></item></channel></rss>