Skip to main content

Trying to reduce CPU consumption

Comments

2 comments

  • 24x7server
    Hi,
    /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --user=mysql --log-error=/var/lib/mysql/my.mysite.com.err --open-files-limit=16384 --pid-file=/var/lib/mysql/my.mysite.com.pid

    This is a MySQL command that runs in background when you start the MySQL service.. If you want to check the mysql usage/coonection, you can use the bellow command: # mysqladmin proc
    0
  • cPanelMichael
    Hello, As noted in the previous post, that process is your MySQL server. It's normal for it to run at all times when MySQL is started. There's a thread here for tuning your MySQL configuration to increase performance if that's what you are seeking: Thank you.
    0

Please sign in to leave a comment.