<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-2381 How to fix a corrupted database table index using phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2381 How to fix a corrupted database table index using phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin</link><pubDate>Thu, 07 May 2026 15:22:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>Kaushal Patel</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Current Revision posted to Appian Knowledge Base by Kaushal Patel on 5/7/2026 3:22:49 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1jmas36970"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;A corrupted index can make the associated table inaccessible. This can cause any queries, applications, or automated processes that rely on the table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to repair&amp;nbsp;the affected index.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jmas36971"&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the &lt;a href="https://docs.appian.com/suite/help/latest/appian-cloud-database-administration.html#accessing-the-appian-cloud-database"&gt;phpMyAdmin interface&lt;/a&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Using the index definition from the table, drop and recreate the affected index using the following commands.&lt;br /&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;Check the table to confirm the affected index:&lt;code&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;span&gt;CHECK TABLE &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/2273.check-table.png" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Identify the affected index and column information:&amp;nbsp;&lt;code&gt;SHOW CREATE TABLE &amp;lt;table_name&amp;gt;;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/3542.show-create-table.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Drop the affected index:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;ALTER TABLE &amp;lt;table_name&amp;gt; DROP INDEX &amp;lt;index_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/1261.drop-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Recreate the&amp;nbsp;affected index:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;ALTER TABLE &amp;lt;table_name&amp;gt; ADD INDEX &amp;lt;index_name&amp;gt;(cols);&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/7801.add-index.png" /&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Confirm the issue was resolved:&amp;nbsp;&lt;code&gt;CHECK TABLE &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/0257.check-table-at-the-end.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1jmas36972"&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2026&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: phpmyadmin, database, how-to, index&lt;/div&gt;
</description></item><item><title>KB-2381 How to fix a corrupted database table index using phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/16</link><pubDate>Thu, 07 May 2026 15:22:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>Kaushal Patel</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Kaushal Patel on 5/7/2026 3:22:49 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1jmas36970"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;A corrupted index can make the associated table inaccessible. This can cause any queries, applications, or automated processes that rely on the table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to repair&amp;nbsp;the affected index.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jmas36971"&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the &lt;a href="https://docs.appian.com/suite/help/latest/appian-cloud-database-administration.html#accessing-the-appian-cloud-database"&gt;phpMyAdmin interface&lt;/a&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Using the index definition from the table, drop and recreate the affected index using the following commands.&lt;br /&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;Check the table to confirm the affected index:&lt;code&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;span&gt;CHECK TABLE &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/2273.check-table.png" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Identify the affected index and column information:&amp;nbsp;&lt;code&gt;SHOW CREATE TABLE &amp;lt;table_name&amp;gt;;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/3542.show-create-table.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Drop the affected index:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;ALTER TABLE &amp;lt;table_name&amp;gt; DROP INDEX &amp;lt;index_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/1261.drop-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Recreate the&amp;nbsp;affected index:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;ALTER TABLE &amp;lt;table_name&amp;gt; ADD INDEX &amp;lt;index_name&amp;gt;(cols);&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/7801.add-index.png" /&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Confirm the issue was resolved:&amp;nbsp;&lt;code&gt;CHECK TABLE &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/0257.check-table-at-the-end.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1jmas36972"&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2026&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: phpmyadmin, database, how-to, index&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix a corrupted database table index using phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/15</link><pubDate>Thu, 07 May 2026 14:16:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>Kaushal Patel</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Kaushal Patel on 5/7/2026 2:16:14 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1jmas36970"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;A corrupted index can make the associated table inaccessible. This can cause any queries, applications, or automated processes that rely on the table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to repair&amp;nbsp;the affected index.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jmas36971"&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the &lt;a href="https://docs.appian.com/suite/help/latest/appian-cloud-database-administration.html#accessing-the-appian-cloud-database"&gt;phpMyAdmin interface&lt;/a&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Using the index definition from the table, drop and recreate the affected index using the following commands.&lt;br /&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;Check the table to confirm the affected index:&lt;code&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;span&gt;CHECK TABLE &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/2273.check-table.png" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Identify the affected index and column information:&amp;nbsp;&lt;code&gt;SHOW CREATE TABLE &amp;lt;table_name&amp;gt;;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/3542.show-create-table.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Drop the affected index:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;ALTER TABLE &amp;lt;table_name&amp;gt; DROP INDEX &amp;lt;index_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/1261.drop-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Recreate the&amp;nbsp;affected index:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;ALTER TABLE &amp;lt;table_name&amp;gt; ADD INDEX &amp;lt;index_name&amp;gt;(cols);&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/7801.add-index.png" /&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Confirm the issue was resolved:&amp;nbsp;&lt;code&gt;CHECK TABLE &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/0257.check-table-at-the-end.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1jmas36972"&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2026&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix a corrupted database table index using phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/14</link><pubDate>Thu, 07 May 2026 14:15:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>Kaushal Patel</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Kaushal Patel on 5/7/2026 2:15:36 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1jmas36970"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;A corrupted index can make the associated table inaccessible. This can cause any queries, applications, or automated processes that rely on the table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to repair&amp;nbsp;the affected index.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jmas36971"&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Using the index definition from the table, drop and recreate the affected index using the following commands.&lt;br /&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;Check the table to confirm the affected index:&lt;code&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;span&gt;CHECK TABLE &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/2273.check-table.png" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Identify the affected index and column information:&amp;nbsp;&lt;code&gt;SHOW CREATE TABLE &amp;lt;table_name&amp;gt;;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/3542.show-create-table.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Drop the affected index:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;ALTER TABLE &amp;lt;table_name&amp;gt; DROP INDEX &amp;lt;index_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/1261.drop-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Recreate the&amp;nbsp;affected index:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;ALTER TABLE &amp;lt;table_name&amp;gt; ADD INDEX &amp;lt;index_name&amp;gt;(cols);&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/7801.add-index.png" /&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Confirm the issue was resolved:&amp;nbsp;&lt;code&gt;CHECK TABLE &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/0257.check-table-at-the-end.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1jmas36972"&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2026&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix corrupt database table index from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/13</link><pubDate>Fri, 17 Apr 2026 14:50:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>carmen.cohen</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 13 posted to Appian Knowledge Base by carmen.cohen on 4/17/2026 2:50:03 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1jmas36970"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Corrupted index can make the associated table inaccessible. This will cause any queries, applications, or automated processes that rely on this table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to fix the affected indexes.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jmas36971"&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;Using the index definition in the table, drop and recreate it using the following commands.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;Check the table to confirm the affected index:&lt;code&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;span&gt;Check table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/2273.check-table.png" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Gather affected table index and column:&amp;nbsp;&lt;code&gt;Show create table &amp;lt;table_name&amp;gt;;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/3542.show-create-table.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Drop the affected inde:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; drop index &amp;lt;index_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/1261.drop-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Add the affected index again:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; add index &amp;lt;index_name&amp;gt;(cols);&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/7801.add-index.png" /&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Confirm issue was resolved:&amp;nbsp;&lt;code&gt;Check table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/0257.check-table-at-the-end.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1jmas36972"&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2026&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix corrupt database table index from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/12</link><pubDate>Fri, 17 Apr 2026 14:49:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>carmen.cohen</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 12 posted to Appian Knowledge Base by carmen.cohen on 4/17/2026 2:49:35 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1jmas36970"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Corrupted index can make the associated table inaccessible. This will cause any queries, applications, or automated processes that rely on this table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to fix the affected indexes.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jmas36971"&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;Using the index definition in the table, drop and recreate it using the following commands.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;Check the table to confirm the affected index:&lt;code&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;span&gt;Check table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/2273.check-table.png" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Gather affected table index and column:&amp;nbsp;Show create table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/3542.show-create-table.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Drop the affected inde:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; drop index &amp;lt;index_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/1261.drop-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Add the affected index again:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; add index &amp;lt;index_name&amp;gt;(cols);&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/7801.add-index.png" /&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Confirm issue was resolved:&amp;nbsp;&lt;code&gt;Check table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/0257.check-table-at-the-end.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1jmas36972"&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2026&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix corrupt database table index from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/11</link><pubDate>Fri, 17 Apr 2026 14:38:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>carmen.cohen</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 11 posted to Appian Knowledge Base by carmen.cohen on 4/17/2026 2:38:41 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1jmas36970"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Corrupted index can make the associated table inaccessible. This will cause any queries, applications, or automated processes that rely on this table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to fix the affected indexes.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jmas36971"&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;Using the index definition in the table, drop and recreate it using the following commands.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;Check the table to confirm the affected index:&lt;code&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;span&gt;Check table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/2273.check-table.png" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Gather affected table index and column:&amp;nbsp;Show create table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/3542.show-create-table.png" /&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Drop the affected inde:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; drop index &amp;lt;index_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/1261.drop-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Add the affected index again:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; add index &amp;lt;index_name&amp;gt;(cols);&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/7801.add-index.png" /&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Confirm issue was resolved:&amp;nbsp;&lt;code&gt;Check table &amp;lt;table_name&amp;gt;;&lt;/code&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/0257.check-table-at-the-end.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1jmas36972"&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2026&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix corrupt database table index from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/10</link><pubDate>Fri, 17 Apr 2026 14:31:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>carmen.cohen</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 10 posted to Appian Knowledge Base by carmen.cohen on 4/17/2026 2:31:24 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1jmas36970"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Corrupted index can make the associated table inaccessible. This will cause any queries, applications, or automated processes that rely on this table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to fix the affected indexes.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jmas36971"&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;Using the index definition in the table, drop and recreate it using the following commands.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;Check the table to confirm the affected index:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Check table &amp;lt;table_name&amp;gt;;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/5734.check-table.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;
&lt;p&gt;Gather affected table index and column:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Show create table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/3542.show-create-table.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Drop the affected inde:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; drop index &amp;lt;index_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/1261.drop-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Add the affected index again:&amp;nbsp;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; add index &amp;lt;index_name&amp;gt;(cols);&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/7801.add-index.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Confirm issue was resolved:&amp;nbsp;&lt;code&gt;Check table &amp;lt;table_name&amp;gt;;&lt;/code&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/0257.check-table-at-the-end.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1jmas36972"&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2026&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix corrupt database table index from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/9</link><pubDate>Fri, 17 Apr 2026 14:18:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>carmen.cohen</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 9 posted to Appian Knowledge Base by carmen.cohen on 4/17/2026 2:18:14 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1jmas36970"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Corrupted index can make the associated table inaccessible. This will cause any queries, applications, or automated processes that rely on this table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to fix the affected indexes.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jmas36971"&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;Using the index definition in the table, drop and recreate it using the following commands.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;Check the table to confirm the affected index.&lt;code&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt; Check table &amp;lt;table_name&amp;gt;;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/0486.check-table.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;
&lt;p&gt;Gather affected table index and column&lt;br /&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;Show create table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/0601.show-create-table.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Drop the affected index.&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;Alter table &amp;lt;table_name&amp;gt; drop index &amp;lt;index_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/4061.drop-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Add the affected index again.&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;br /&gt;Alter table &amp;lt;table_name&amp;gt; add index &amp;lt;index_name&amp;gt;(cols);&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/7506.add-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Confirm issue was resolved. &lt;br /&gt;&lt;br /&gt;&lt;code&gt;Check table &amp;lt;table_name&amp;gt;;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1jmas36972"&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2026&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix corrupt database table index from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/8</link><pubDate>Fri, 17 Apr 2026 13:48:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>carmen.cohen</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 8 posted to Appian Knowledge Base by carmen.cohen on 4/17/2026 1:48:59 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1jmas36970"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Corrupted index can make the associated table inaccessible. This will cause any queries, applications, or automated processes that rely on this table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to fix the affected indexes.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jmas36971"&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;Using the index definition in the table, drop and recreate it using the following commands.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;Check the table to confirm the affected index.&lt;code&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt; Check table &amp;lt;table_name&amp;gt;;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/0486.check-table.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;Gather affected table index and column&lt;br /&gt;Show create table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/0601.show-create-table.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; drop index &amp;lt;index_name&amp;gt;;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/drop-index.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; add index &amp;lt;index_name&amp;gt;(cols);&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/add-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Check table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/check-table-at-the-end.png" /&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1jmas36972"&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: Month YYYY&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix corrupt database table index from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/7</link><pubDate>Thu, 16 Apr 2026 14:12:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>carmen.cohen</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 7 posted to Appian Knowledge Base by carmen.cohen on 4/16/2026 2:12:13 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1jmas36970"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Corrupted index can make the associated table inaccessible. This will cause any queries, applications, or automated processes that rely on this table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to fix the affected indexes.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jmas36971"&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;Using the index definition in the table, drop and recreate it using the following commands.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;Check the table to confirm the affected index.&lt;code&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt; Check table &amp;lt;table_name&amp;gt;;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;br /&gt;&lt;img alt=" " border="0" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-13/0486.check-table.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Show create table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; drop index &amp;lt;index_name&amp;gt;;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/drop-index.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; add index &amp;lt;index_name&amp;gt;(cols);&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/add-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Check table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/check-table-at-the-end.png" /&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1jmas36972"&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: Month YYYY&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix corrupt database table index from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/6</link><pubDate>Thu, 16 Apr 2026 10:10:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>carmen.cohen</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 6 posted to Appian Knowledge Base by carmen.cohen on 4/16/2026 10:10:59 AM&lt;br /&gt;
&lt;h2 id="mcetoc_1jmas36970"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Corrupted index can make the associated table inaccessible. This will cause any queries, applications, or automated processes that rely on this table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to fix the affected indexes.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jmas36971"&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;Using the index definition in the table, drop and recreate it using the following commands.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Check table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/check-table.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Show create table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/show-create-table.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; drop index &amp;lt;index_name&amp;gt;;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/drop-index.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; add index &amp;lt;index_name&amp;gt;(cols);&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/add-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Check table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/check-table-at-the-end.png" /&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1jmas36972"&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: Month YYYY&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix corrupt database table index from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/5</link><pubDate>Thu, 16 Apr 2026 10:08:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>carmen.cohen</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 5 posted to Appian Knowledge Base by carmen.cohen on 4/16/2026 10:08:18 AM&lt;br /&gt;
&lt;h2 id="mcetoc_1jmas36970"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Corrupted index can make the associated table inaccessible. This will cause any queries, applications, or automated processes that rely on this table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to fix the affected indexes.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jmas36971"&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;Using the index definition in the table, drop and recreate it.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Check table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/check-table.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Show create table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/show-create-table.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; drop index &amp;lt;index_name&amp;gt;;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/drop-index.png" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; add index &amp;lt;index_name&amp;gt;(cols);&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/add-index.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Check table &amp;lt;table_name&amp;gt;;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-wikis-components-files/00-00-00-00-13/check-table-at-the-end.png" /&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1jmas36972"&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: Month YYYY&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix corrupt database table index from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/4</link><pubDate>Tue, 14 Apr 2026 10:46:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>carmen.cohen</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 4 posted to Appian Knowledge Base by carmen.cohen on 4/14/2026 10:46:22 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Corrupted index can make the associated table inaccessible. This will cause any queries, applications, or automated processes that rely on this table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to fix the affected indexes.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;Using the index definition in the table, drop and recreate it.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Check table &amp;lt;table_name&amp;gt;;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Show create table &amp;lt;table_name&amp;gt;;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; drop index &amp;lt;index_name&amp;gt;;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; add index &amp;lt;index_name&amp;gt;(cols);&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: Month YYYY&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix corrupt database table index from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/3</link><pubDate>Thu, 09 Apr 2026 16:03:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>carmen.cohen</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 3 posted to Appian Knowledge Base by carmen.cohen on 4/9/2026 4:03:16 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Corrupted index can make the associated table inaccessible. This will cause any queries, applications, or automated processes that rely on this table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to fix the affected indexes.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;Using the index definition in the table, drop and recreate it.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Show create table &amp;lt;table_name&amp;gt;;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; drop index &amp;lt;index_name&amp;gt;;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;code&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; add index &amp;lt;index_name&amp;gt;(cols);&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: Month YYYY&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix corrupt database table index from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/2</link><pubDate>Thu, 09 Apr 2026 15:51:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>carmen.cohen</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 2 posted to Appian Knowledge Base by carmen.cohen on 4/9/2026 3:51:43 PM&lt;br /&gt;

&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Corrupted index can make the associated table inaccessible. This will cause any queries, applications, or automated processes that rely on this table to fail until the index is repaired.&amp;nbsp;&lt;span&gt;This article outlines how to fix the affected indexes.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;Using the index definition in the table, drop and recreate it.&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Show create table &amp;lt;table_name&amp;gt;;&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; drop index &amp;lt;index_name&amp;gt;;&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Alter table &amp;lt;table_name&amp;gt; add index &amp;lt;index_name&amp;gt;(cols);&lt;/span&gt;&lt;span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: Month YYYY&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT][NEW] KB-XXXX How to fix corrupt database table index from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin/revision/1</link><pubDate>Wed, 08 Apr 2026 14:52:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bbdad8ba-b20c-4c50-8c64-f110744d3ff8</guid><dc:creator>Kaushal Patel</dc:creator><comments>https://community.appian.com/support/w/kb/3795/kb-2381-how-to-fix-a-corrupted-database-table-index-using-phpmyadmin#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Kaushal Patel on 4/8/2026 2:52:23 PM&lt;br /&gt;
&lt;p&gt;This article serves as a template that you can copy/paste into a new article for use later on.&amp;nbsp;This template can be used to outline steps on troubleshooting certain types of issues/enabling loggers/performing certain steps to achieve a desired outcome in the product. They must be relevant to Appian or any of the third-party software Appian uses to run, such as JBoss or MySQL.&amp;nbsp;It can either be internal or external.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The title of the article must be under 256 characters (less depending on the types of characters used in the title as this is a limitation of Telligent). It must be as concise as possible. Those using the Knowledge Base should get a good idea of what the article is about just by reading the title.&lt;/p&gt;
&lt;p&gt;This description is for informational purposes only.&amp;nbsp;There should be no text above the &amp;quot;Purpose&amp;quot; header when using this template.&lt;/p&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This section is required for this template. A lot of the older How To articles might not have this section, but going forward we should try to keep a standard format. Provide a short statement about the purpose of this article.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;This section is required for this template. A lot of the older How To articles might not have this section, but going forward we should try to keep a standard format. Provide&amp;nbsp;the instructions on how to achieve what the article is outlining.&lt;/p&gt;
&lt;p&gt;Examples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/support/w/kb/695/kb-1418-how-to-update-refresh-a-web-service"&gt;KB-1418 How to update/refresh a web service&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/support/w/kb/690/kb-1422-how-to-determine-current-jboss-node"&gt;KB-1422 How to determine current JBoss node&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/solution-engineering/w/internal-knowledge-base/703/int-1423-how-to-create-a-list-of-users-from-the-admin-console"&gt;INT-1423 How to Create a List of Users from the Admin Console&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/solution-engineering/w/internal-knowledge-base/721/int-1438-how-to-use-the-custom-email-sender-validation-tool-cest"&gt;INT-1438 How to use the Custom Email Sender Validation Tool (CEST)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/solution-engineering/w/internal-knowledge-base/692/int-1412-how-to-create-a-change-log"&gt;INT-1412 How to create a change log&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and later.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.2 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and 16.1.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/li&gt;
&lt;li&gt;This article applies to self-managed Appian 19.3 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Last Reviewed: Month YYYY&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>