进行mysql初始化时报错:

mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory

 

centos7安装mysql8报错mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared

安装依赖:

yum install -y libaio

centos7安装mysql8报错mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared

 

yum -y install numactl
centos7安装mysql8报错mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared

centos7安装mysql8报错mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared

再初始化就OK了

mysql -- initialize;

相关文章: