Knowledgebase

Show MySQL Processes  Print this Article

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 client’s 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.

Was this answer helpful?

Related Articles

Additional MySQL Access Hosts
Overview: This interface allows you to permit remote hosts (servers) to access MySQL® databases...
Change MySQL User Password
Overview: This interface allows you to change a database user’s password. Because this feature...
Configure PostgreSQL
Overview: This interface allows you to complete the PostgreSQL® installation process, create...
Database Map Tool
Overview: This feature allows server administrators to grant ownership of database objects...
Manage Database Users
Overview This interface allows server administrators to retrieve a list of database users, each...