centos 6.10安装mysql 5.7.27出现以下报错:
[root@localhost /]# /usr/local/mysql/app/mysql/bin/mysqld --defaults-file=/etc/my.cnf --initialize --user=mysql --basedir=/usr/local/mysql/app/mysql/ --datadir=/usr/local/mysql/data/
/usr/local/mysql/app/mysql/bin/mysqld: error while loading shared libraries: libnuma.so.: cannot open shared object file: No such file or directory
通过如下命令安装libnuma.so.1库
yum install numactl -y