<?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-1530 How to kill queries initiated from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1530 How to kill queries initiated from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin</link><pubDate>Wed, 22 Jun 2022 14:23:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:452df7fe-7929-4b0d-a735-fdefc453045d</guid><dc:creator>Elly Meng</dc:creator><comments>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin#comments</comments><description>Current Revision posted to Appian Knowledge Base by Elly Meng on 6/22/2022 2:23:11 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Long-running queries initiated from the phpMyAdmin interface and the Appian application may cause database performance issues.&amp;nbsp;This article outlines how to&amp;nbsp;kill&amp;nbsp;such offending queries.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Open the phpMyAdmin interface. If the interface is unresponsive,&amp;nbsp;try opening it in a new browser&amp;nbsp;type (e.g. Edge, Firefox, etc) or Chrome Incognito. If the interface is still unresponsive, create a case with Appian Technical Support.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Execute the following command from the SQL tab of phpMyAdmin.
&lt;ol&gt;
&lt;li&gt;Appian 21.4 and later:&amp;nbsp;&lt;code&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&lt;span&gt;CALL AppianProcess.getFullProcessList()&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Appian 21.3 and earlier:&amp;nbsp;&lt;code&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&lt;span&gt;CALL AppianProcess.getMyProcessList();&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;A list of processes&amp;nbsp;initiated by the Appian application, phpMyAdmin interface and Stored Procedures&amp;nbsp;will be displayed. The &amp;#39;Time&amp;#39; column will display how long (in seconds) a particular query has been running in the system. Copy the ID of the offending process.&lt;/li&gt;
&lt;li&gt;Kill the offending process using the process ID and the following&amp;nbsp;command.
&lt;ol&gt;
&lt;li&gt;Appian 21.4 and later:&amp;nbsp;&lt;code&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CALL&amp;nbsp;AppianProcess.killProcess(&amp;lt;ID&amp;gt;);&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Appian 21.3 and earlier:&amp;nbsp;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&lt;code&gt;kill &amp;quot;&amp;lt;ID&amp;gt;&amp;quot;;&lt;/code&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;In &lt;span&gt;Appian 21.3 and earlier,&amp;nbsp;&lt;/span&gt;these instructions will only show the database processes that were started from within phpMyAdmin by the same user for that session.&amp;nbsp;It will not show any hung processes started from within Appian, such as those initiated&amp;nbsp;via&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/fnc_system_a_query.html" rel="noopener noreferrer" target="_blank"&gt;a!query()&lt;/a&gt;&amp;nbsp;or the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Query_Database_Smart_Service.html" rel="noopener noreferrer" target="_blank"&gt;Query Database smart service&lt;/a&gt;, as well as processes that were started during a previous session.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;June 2022&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: phpmyadmin, database, Performance, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1530 How to kill queries initiated from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin/revision/10</link><pubDate>Wed, 23 Mar 2022 02:39:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:452df7fe-7929-4b0d-a735-fdefc453045d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Parmida Borhani on 3/23/2022 2:39:18 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Long running queries initiated from phpMyAdmin may cause database performance issues.&amp;nbsp;To kill any offending queries, follow the steps below.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open a new tab in the phpMyAdmin interface.&lt;/li&gt;
&lt;li&gt;Execute the following command from the SQL tab of phpMyAdmin:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;CALL AppianProcess.getMyProcessList();&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;A list of processes belonging to the current user will be displayed. The &amp;#39;Time&amp;#39; column will display how long a particular query has been running in the system in seconds. Copy the ID of the offending process that should be killed.&lt;/li&gt;
&lt;li&gt;Kill the offending process using the process ID and kill process command, like so:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;kill &amp;quot;processID&amp;quot;;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If phpMyAdmin is unresponsive, create a case with Appian Technical Support.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;These instructions will only show the database processes that are started from within phpMyAdmin by the same user for that session.&amp;nbsp;It will not show any hung up processes started from within Appian, such as those initiated&amp;nbsp;via&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/fnc_system_a_query.html" rel="noopener noreferrer" target="_blank"&gt;a!query()&lt;/a&gt;&amp;nbsp;or the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Query_Database_Smart_Service.html" rel="noopener noreferrer" target="_blank"&gt;Query Database smart service&lt;/a&gt;, as well as processes that were started during a previous session.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian Cloud 18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2022&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: phpmyadmin, database, Performance, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1530 How to kill queries initiated from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin/revision/9</link><pubDate>Wed, 26 May 2021 00:05:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:452df7fe-7929-4b0d-a735-fdefc453045d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Parmida Borhani on 5/26/2021 12:05:43 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Long running queries initiated from phpMyAdmin may cause database performance issues.&amp;nbsp;To kill any offending queries, follow the steps below.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open a new tab in the phpMyAdmin interface.&lt;/li&gt;
&lt;li&gt;Execute the following command from the SQL tab of phpMyAdmin:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;CALL AppianProcess.getMyProcessList();&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;A list of processes belonging to the current user will be displayed. The &amp;#39;Time&amp;#39; column will display how long a particular query has been running in the system in seconds. Copy the ID of the offending process that should be killed.&lt;/li&gt;
&lt;li&gt;Kill the offending process using the process ID and kill process command, like so:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;kill &amp;quot;processID&amp;quot;;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If phpMyAdmin is unresponsive, create a case with Appian Technical Support.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;These instructions will only show the MySQL process that are started from within phpMyAdmin by the same user for that session.&amp;nbsp;It will not show any hung up processes started from within Appian, such as those initiated&amp;nbsp;via&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/fnc_system_a_query.html" rel="noopener noreferrer" target="_blank"&gt;a!query()&lt;/a&gt;&amp;nbsp;or the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Query_Database_Smart_Service.html" rel="noopener noreferrer" target="_blank"&gt;Query Database smart service&lt;/a&gt;, as well as processes that were started during a previous session.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian Cloud 18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: May 2021&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: phpmyadmin, database, Performance, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1530 How to kill queries initiated from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin/revision/8</link><pubDate>Mon, 23 Jul 2018 12:51:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:452df7fe-7929-4b0d-a735-fdefc453045d</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 12:51:41 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Long running queries initiated from phpMyAdmin may cause database performance issues.&amp;nbsp;To kill any offending queries, follow the steps below.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open a new tab in the phpMyAdmin interface.&lt;/li&gt;
&lt;li&gt;Execute the following command from the SQL tab of phpMyAdmin: &lt;code&gt;CALL AppianProcess.getMyProcessList();&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;A list of processes belonging to the current user will be displayed. The &amp;#39;Time&amp;#39; column will display how long a particular query has been running in the system in seconds. Copy the ID of the offending process that should be killed.&lt;/li&gt;
&lt;li&gt;Kill the offending process using the process ID and kill process command, like so: &lt;code&gt;kill &amp;quot;processID&amp;quot;;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If phpMyAdmin is unresponsive, create a case with Appian Technical Support.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; These instructions will only show the MySQL process that are started from within phpMyAdmin by the same user.&amp;nbsp;It will not show any hung up processes started from within Appian, such as those initiated&amp;nbsp;via &lt;a href="https://docs.appian.com/suite/help/latest/fnc_system_a_query.html" target="_blank"&gt;a!query()&lt;/a&gt;&amp;nbsp;or the &lt;a href="https://docs.appian.com/suite/help/latest/Query_Database_Smart_Service.html" target="_blank"&gt;Query Database smart service&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian Cloud 18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: phpmyadmin, database, Performance, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1530 How to kill queries initiated from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin/revision/7</link><pubDate>Mon, 26 Mar 2018 00:59:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:452df7fe-7929-4b0d-a735-fdefc453045d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Parmida Borhani on 3/26/2018 12:59:42 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Long running queries initiated from phpMyAdmin may cause database performance issues.&amp;nbsp;To kill any offending queries, follow the steps below.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open a new tab in the phpMyAdmin interface.&lt;/li&gt;
&lt;li&gt;Execute the following command from the SQL tab of phpMyAdmin: &lt;code&gt;CALL AppianProcess.getMyProcessList();&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;A list of processes belonging to the current user will be displayed. The &amp;#39;Time&amp;#39; column will display how long a particular query has been running in the system in seconds. Copy the ID of the offending process that should be killed.&lt;/li&gt;
&lt;li&gt;Kill the offending process using the process ID and kill process command, like so: &lt;code&gt;kill &amp;quot;processID&amp;quot;;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If phpMyAdmin is unresponsive, create a case with Appian Technical Support.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; These instructions will only show the MySQL process that are started from within phpMyAdmin by the same user.&amp;nbsp;It will not show any hung up processes started from within Appian, such as those initiated&amp;nbsp;via &lt;a href="https://docs.appian.com/suite/help/latest/fnc_system_a_query.html" target="_blank"&gt;a!query()&lt;/a&gt;&amp;nbsp;or the &lt;a href="https://docs.appian.com/suite/help/latest/Query_Database_Smart_Service.html" target="_blank"&gt;Query Database smart service&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian Cloud 18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: phpmyadmin, database, Performance&lt;/div&gt;
</description></item><item><title>KB-1530 How to kill queries initiated from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin/revision/6</link><pubDate>Sun, 25 Mar 2018 20:58:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:452df7fe-7929-4b0d-a735-fdefc453045d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Parmida Borhani on 3/25/2018 8:58:14 PM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Long running queries initiated from phpMyAdmin may cause database performance issues.&amp;nbsp;To kill any offending queries, follow the steps below.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open a new tab in the phpMyAdmin interface.&lt;/li&gt;
&lt;li&gt;Execute the following command from the SQL tab of phpMyAdmin: &lt;code&gt;CALL AppianProcess.getMyProcessList();&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;A list of processes belonging to the current user will be displayed. The &amp;#39;Time&amp;#39; column will display how long a particular query has been running in the system in seconds. Copy the ID of the offending process that should be killed.&lt;/li&gt;
&lt;li&gt;Kill the offending process using the process ID and kill process command, like so: &lt;code&gt;kill &amp;quot;processID&amp;quot;;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If phpMyAdmin is unresponsive, create a case with Appian Technical Support.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; These instructions will only show the MySQL process that are started from within phpMyAdmin by the same user.&amp;nbsp;It will not show any hung up processes started from within Appian, such as those initiated&amp;nbsp;via&amp;nbsp;a!query() or the Query Database smart service.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian Cloud 18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: phpmyadmin, database, performance&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to kill processes initiated from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin/revision/5</link><pubDate>Tue, 20 Mar 2018 04:01:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:452df7fe-7929-4b0d-a735-fdefc453045d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Parmida Borhani on 3/20/2018 4:01:23 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Long running queries initiated from phpMyAdmin may cause database performance issues.&amp;nbsp;To kill any offending queries, follow the steps below.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open a new tab in the phpMyAdmin interface.&lt;/li&gt;
&lt;li&gt;Execute the following command from the SQL tab of phpMyAdmin: &lt;code&gt;CALL AppianProcess.getMyProcessList();&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;A list of processes belonging to the current user will be displayed. The &amp;#39;Time&amp;#39; column will display how long a particular query has been running in the system in seconds. Copy the ID of the offending process that should be killed.&lt;/li&gt;
&lt;li&gt;Kill the offending process using the process ID and kill process command, like so: &lt;code&gt;kill &amp;quot;processID&amp;quot;;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If phpMyAdmin is unresponsive, create a case with Appian Technical Support.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; These instructions will only show the MySQL process that are started from within phpMyAdmin by the same user.&amp;nbsp;It will not show any hung up processes started from within Appian, such as those initiated&amp;nbsp;via&amp;nbsp;a!query() or the Query Database smart service.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian Cloud 18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: phpmyadmin, database, performance&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to kill processes initiated from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin/revision/4</link><pubDate>Mon, 19 Mar 2018 01:40:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:452df7fe-7929-4b0d-a735-fdefc453045d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Parmida Borhani on 3/19/2018 1:40:13 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Long running queries initiated from phpMyAdmin may cause database performance issues. To kill any offending queries, follow the steps below.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open a new tab in the phpMyAdmin interface.&lt;/li&gt;
&lt;li&gt;Execute the following command from the SQL tab of phpMyAdmin: &lt;code&gt;CALL AppianProcess.getMyProcessList();&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;A list of processes belonging to the current user will be displayed.&amp;nbsp;Copy the ID of the offending process that should be killed.&lt;/li&gt;
&lt;li&gt;Kill the offending process using the process ID and kill process command, like so: &lt;code&gt;kill &amp;quot;processID&amp;quot;;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If phpMyAdmin is unresponsive, create a case with Appian Technical Support.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; These instructions will only show the MySQL process that are started from within phpMyAdmin by the same user.&amp;nbsp;It will not show any hung up processes started from within Appian, such as those initiated&amp;nbsp;via&amp;nbsp;a!query() or the Query Database smart service.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian Cloud 18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: phpmyadmin, database, performance&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to kill processes initiated from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin/revision/3</link><pubDate>Wed, 07 Feb 2018 09:14:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:452df7fe-7929-4b0d-a735-fdefc453045d</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Nick Vigilante on 2/7/2018 9:14:59 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Long running queries initiated from phpMyAdmin may cause database performance issues. To kill any offending queries, follow the steps below.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Execute the following command from phpMyAdmin: &lt;code&gt;CALL&amp;nbsp;AppianProcess.list();&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;A list of processes belonging to the current user will be displayed. Kill the process using the process ID and kill process command like so: &lt;code&gt;kill &amp;quot;processID&amp;quot;;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If phpMyAdmin is unresponsive, create a case with Appian Technical Support.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Note: This will only show the MySQL process that are started from within phpMyAdmin by the same user.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian Cloud 18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: phpmyadmin, database, performance&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to kill processes initiated from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin/revision/1</link><pubDate>Wed, 07 Feb 2018 06:11:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:452df7fe-7929-4b0d-a735-fdefc453045d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Parmida Borhani on 2/7/2018 6:11:14 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Long running queries initiated from phpMyAdmin may cause database performance issues. To kill the offending query, follow the steps below.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Execute the following command from phpMyAdmin: &lt;code&gt;CALL&amp;nbsp;AppianProcess.list()&lt;/code&gt;;.&lt;/li&gt;
&lt;li&gt;A list of processes belonging to the current user will be displayed. Kill the process using the process ID and kill process command like so: &lt;code&gt;kill &amp;quot;processID&amp;quot;;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If phpMyAdmin is unresponsive, create a case with Appian Technical Support.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Note: This will only show the MySQL process that are started from within phpMyAdmin by the same user.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian Cloud 18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: phpmyadmin, database, performance&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX How to kill processes initiated from phpMyAdmin</title><link>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin/revision/2</link><pubDate>Wed, 07 Feb 2018 01:11:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:452df7fe-7929-4b0d-a735-fdefc453045d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/818/kb-1530-how-to-kill-queries-initiated-from-phpmyadmin#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Parmida Borhani on 2/7/2018 1:11:43 AM&lt;br /&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Long running queries initiated from phpMyAdmin may cause database performance issues. To kill the offending query, follow the steps below.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Execute the following command from phpMyAdmin: &lt;code&gt;CALL&amp;nbsp;AppianProcess.list();&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;A list of processes belonging to the current user will be displayed. Kill the process using the process ID and kill process command like so: &lt;code&gt;kill &amp;quot;processID&amp;quot;;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If phpMyAdmin is unresponsive, create a case with Appian Technical Support.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Note: This will only show the MySQL process that are started from within phpMyAdmin by the same user.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian Cloud 18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: February 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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