---
title: "How to show running MySQL queries in SiteWorx"
source: "https://docs.nexcess.com/sites-stores/control-panel/interworx/siteworx/database-management/show-running-mariadb-mysql-queries/"
description: "Use phpMyAdmin from your SiteWorx account to show running MySQL queries following the guidance in the article."
vertical: "Sites & Stores"
date: "2019-09-10"
last_modified: "2026-06-30"
---

# How to show running MySQL queries in SiteWorx

You can use phpMyAdmin from your SiteWorx account to show running MySQL queries with the following method.

1. Log in to your SiteWorx account.
    
    
    - If you do not know your password, click **Forgot your password** on the login page.
2. From the SiteWorx main menu, select **Hosting Features > MySQL > PhpMyAdmin**.
3. Select the correct database from the list on the left.
4. Click the **SQL** tab.
5. In the **Run SQL query/queries on database DATABASE\_NAME** field, enter  
    show full processlist;
6. Click **Go**
