<?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-1348 502 error on phpMyAdmin after creating two tables with the same name but different case</title><link>https://community.appian.com/support/w/kb/588/kb-1348-502-error-on-phpmyadmin-after-creating-two-tables-with-the-same-name-but-different-case</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1348 502 error on phpMyAdmin after creating two tables with the same name but different case</title><link>https://community.appian.com/support/w/kb/588/kb-1348-502-error-on-phpmyadmin-after-creating-two-tables-with-the-same-name-but-different-case</link><pubDate>Tue, 23 May 2017 09:45:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2171c046-8388-4d98-91cf-1f3e4552b1ad</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/588/kb-1348-502-error-on-phpmyadmin-after-creating-two-tables-with-the-same-name-but-different-case#comments</comments><description>Current Revision posted to Appian Knowledge Base by Nick Vigilante on 5/23/2017 9:45:35 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;phpMyAdmin throws a 502 error.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This can happen if there are two tables with the same name but different casing&amp;nbsp;(e.g. lowercase vs UPPERCASE vs camelCase).&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;To fix the issue, run the following commands in phpMyAdmin:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;RENAME TABLE `MY_TABLE` TO `MY_TABLE_KEEP_ME`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;RENAME TABLE `my_table` TO `my_table_drop_me`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;RENAME TABLE `MY_TABLE_KEEP_ME` TO `MY_TABLE`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;DROP TABLE `my_table_drop_me`&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If unable to do so, contact Appian Technical Support who can restart&amp;nbsp;MySQL to remove any locks and can execute these statements.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This applies to all versions of Appian Cloud.&lt;/p&gt;
&lt;p&gt;Last Reviewed: May 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, Cloud&lt;/div&gt;
</description></item><item><title>Error on phpMyAdmin after creating two tables with the same name, different case</title><link>https://community.appian.com/support/w/kb/588/kb-1348-502-error-on-phpmyadmin-after-creating-two-tables-with-the-same-name-but-different-case/revision/1</link><pubDate>Mon, 22 May 2017 20:39:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2171c046-8388-4d98-91cf-1f3e4552b1ad</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/588/kb-1348-502-error-on-phpmyadmin-after-creating-two-tables-with-the-same-name-but-different-case#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Parmida Borhani on 5/22/2017 8:39:32 PM&lt;br /&gt;
&lt;p&gt;Symptoms&lt;/p&gt;
&lt;p&gt;When there are two tables with the same name, but different casing (e.g. lowercase vs UPPERCASE vs camelCase), the following can occur:&lt;/p&gt;
&lt;p&gt;phpMyAdmin throws a 502 error whenever there is a UI that displays both tables&lt;/p&gt;
&lt;p&gt;phpMyAdmin throws a 502 error when trying to drop either table&lt;/p&gt;
&lt;p&gt;Cause&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Action&lt;/p&gt;
&lt;p&gt;To fix the issue, run the following commands in phpMyAdmin:&lt;/p&gt;
&lt;p&gt;RENAME TABLE `MY_TABLE` TO `MY_TABLE_KEEP_ME`;&lt;br /&gt;RENAME TABLE `my_table` TO `my_table_drop_me`;&lt;br /&gt;RENAME TABLE `MY_TABLE_KEEP_ME` TO `MY_TABLE`;&lt;br /&gt;DROP TABLE `my_table_drop_me`&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>502 error on phpMyAdmin after creating two tables with the same name, different case</title><link>https://community.appian.com/support/w/kb/588/kb-1348-502-error-on-phpmyadmin-after-creating-two-tables-with-the-same-name-but-different-case/revision/5</link><pubDate>Mon, 22 May 2017 16:56:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2171c046-8388-4d98-91cf-1f3e4552b1ad</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/588/kb-1348-502-error-on-phpmyadmin-after-creating-two-tables-with-the-same-name-but-different-case#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Parmida Borhani on 5/22/2017 4:56:58 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;phpMyAdmin throws a 502 error.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This can happen if there are two tables with the same name, but different casing&amp;nbsp;(e.g. lowercase vs UPPERCASE vs camelCase).&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;To fix the issue, run the following commands in phpMyAdmin:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;RENAME TABLE `MY_TABLE` TO `MY_TABLE_KEEP_ME`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;RENAME TABLE `my_table` TO `my_table_drop_me`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;RENAME TABLE `MY_TABLE_KEEP_ME` TO `MY_TABLE`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;DROP TABLE `my_table_drop_me`&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If unable to do so, contact Appian Technical Support who can restart&amp;nbsp;MySQL to remove any locks and can execute these statements.&lt;/p&gt;
&lt;p&gt;This applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: May 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database&lt;/div&gt;
</description></item><item><title>Error on phpMyAdmin after creating two tables with the same name, different case</title><link>https://community.appian.com/support/w/kb/588/kb-1348-502-error-on-phpmyadmin-after-creating-two-tables-with-the-same-name-but-different-case/revision/4</link><pubDate>Mon, 22 May 2017 16:48:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2171c046-8388-4d98-91cf-1f3e4552b1ad</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/588/kb-1348-502-error-on-phpmyadmin-after-creating-two-tables-with-the-same-name-but-different-case#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Parmida Borhani on 5/22/2017 4:48:24 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;phpMyAdmin throws a 502 error.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This can happen if there are two tables with the same name, but different casing&amp;nbsp;(e.g. lowercase vs UPPERCASE vs camelCase).&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;To fix the issue, run the following commands in phpMyAdmin:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;RENAME TABLE `MY_TABLE` TO `MY_TABLE_KEEP_ME`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;RENAME TABLE `my_table` TO `my_table_drop_me`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;RENAME TABLE `MY_TABLE_KEEP_ME` TO `MY_TABLE`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;DROP TABLE `my_table_drop_me`&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If unable to do so, contact Appian Technical Support who can restart&amp;nbsp;MySQL to remove any locks and can execute these statements.&lt;/p&gt;
&lt;p&gt;This applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: May 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database&lt;/div&gt;
</description></item><item><title>Error on phpMyAdmin after creating two tables with the same name, different case</title><link>https://community.appian.com/support/w/kb/588/kb-1348-502-error-on-phpmyadmin-after-creating-two-tables-with-the-same-name-but-different-case/revision/3</link><pubDate>Mon, 22 May 2017 16:43:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2171c046-8388-4d98-91cf-1f3e4552b1ad</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/588/kb-1348-502-error-on-phpmyadmin-after-creating-two-tables-with-the-same-name-but-different-case#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Parmida Borhani on 5/22/2017 4:43:43 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;phpMyAdmin throws a 502 error.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This can happen if there are two tables with the same name, but different casing&amp;nbsp;(e.g. lowercase vs UPPERCASE vs camelCase).&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;To fix the issue, run the following commands in phpMyAdmin:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;RENAME TABLE `MY_TABLE` TO `MY_TABLE_KEEP_ME`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;RENAME TABLE `my_table` TO `my_table_drop_me`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;RENAME TABLE `MY_TABLE_KEEP_ME` TO `MY_TABLE`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;DROP TABLE `my_table_drop_me`&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: May 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database&lt;/div&gt;
</description></item><item><title>Error on phpMyAdmin after creating two tables with the same name, different case</title><link>https://community.appian.com/support/w/kb/588/kb-1348-502-error-on-phpmyadmin-after-creating-two-tables-with-the-same-name-but-different-case/revision/2</link><pubDate>Mon, 22 May 2017 16:43:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2171c046-8388-4d98-91cf-1f3e4552b1ad</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/588/kb-1348-502-error-on-phpmyadmin-after-creating-two-tables-with-the-same-name-but-different-case#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Parmida Borhani on 5/22/2017 4:43:06 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;phpMyAdmin throws a 502 error.&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This will happen if there are two tables with the same name, but different casing&amp;nbsp;(e.g. lowercase vs UPPERCASE vs camelCase).&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;To fix the issue, run the following commands in phpMyAdmin:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;RENAME TABLE `MY_TABLE` TO `MY_TABLE_KEEP_ME`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;RENAME TABLE `my_table` TO `my_table_drop_me`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;RENAME TABLE `MY_TABLE_KEEP_ME` TO `MY_TABLE`;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;DROP TABLE `my_table_drop_me`&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: May 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database&lt;/div&gt;
</description></item></channel></rss>