centos 6.10安装MysqL 5.7.27出现以下报错:
[[email protected] /]# /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.1: cannot open shared object file: No such file or directory
通过如下命令安装libnuma.so.1库
yum install numactl -y