26.3.1 开启CAP_SYS_NICE
在Linux操作系统上,MySQL需要开启CAP_SYS_NICE特性才能使用资源组。首先查看MySQL的运行进程信息。
[root@binghe150 ~]# ps -ef | grep mysql
root 1397 1 0 08:52 ? 00:00:00 /bin/sh /usr/local/mysql/bin/mysqld_safe --datadir=
/data/mysql/data --pid-file=/data/mysql/data/binghe150.pid
mysql 2386 1397 0 08:52 ? 00:01:36 /usr/local/mysql/bin/mysqld --basedir=/usr/local/
mysql --datadir=/data/mysql/data --plugin-dir=/usr/local/mysql/lib/plugin --user=mysql --log-
error=/var/log/mysqld.log --open-files-limit=65535 --pid-file=/data/mysql/data/binghe150.pid --socket=
/data/mysql/run/mysql.sock --port=3306
root 3234 2468 0 13:33 pts/1 00