Show MySQL Processes

Valid for versions 82 through the latest version


Last modified: August 9, 2022

Overview

This interface lists all of the processes that currently run on any database on your server.

Process information

The interface displays this information in the following columns:

  • Id  The Process ID.

    • Linux systems assign a unique process identification number to every process and application.
  • User  The user that executed the process on the database.

  • Host  The clients hostname and the port from which the process executed. For example, Host:0000

  • db  The database on which the process runs.

    • This column displays NULL if the process does not run on a database.
  • Command  The type of command that the system issued to the database.

  • Time  The time, in seconds, that the process has remained in its current state.

  • State  The action, state, or event of the process.

  • Info  The text of the statement that the process currently executes.

    • If the process does not execute a statement, this column displays NULL.
    • This column may display a statement sent to the server, or an inner statement to execute other statements.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Additional MySQL Access Hosts

Valid for versions 82 through the latest version Last modified: November 30, 2022...

Change MySQL User Password

Valid for versions 82 through the latest version Last modified: September 29, 2020...

Configure PostgreSQL

Valid for versions 82 through the latest version Last modified: September 29, 2020...

Database Map Tool

Valid for versions 82 through the latest version Last modified: May 13, 2020 Overview...

Edit SQL Configuration

Valid for versions 104 through the latest version Last modified: August 9, 2022...