Skip to main content

Mysql Usage

Comments

3 comments

  • cPanelMichael
    Hello, You can run the following command to get a better idea of what databases and tables are using the most resources:
    mysqladmin processlist
    Thank you.
    0
  • rmzy
    Results +--------+------------+-----------+------------+---------+------+-------+------------------+ | Id | User | Host | db | Command | Time | State | Info | +--------+------------+-----------+------------+---------+------+-------+------------------+ | 221417 | xxxx_vb | localhost | xxxxx_vb | Sleep | 0 | | | | 221418 | xxxx_s | localhost | xxxx_s | Sleep | 0 | | | | 221419 | root | localhost | | Query | 0 | init | show processlist | +--------+------------+-----------+------------+---------+------+-------+------- Results [mysqld] innodb_file_per_table=1 default-storage-engine=MyISAM performance-schema=0 max_allowed_packet=268435456 Is there a problem with this
    0
  • cPanelMichael
    Hello, I don't see any issues based on that output. The following thread is helpful if you want to tune your MySQL configuration: mysqlmymonlite.sh server stats gathering tool for cPanel Server Thank you.
    0

Please sign in to leave a comment.