Binary installation mysql-5.7-error

二进制安装mysql-5.7-报错 error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory
[root@VM_39_7_centos conf]# cd /opt/mysql-5.7.22-linux-glibc2.12-x86_64/
[root@VM_39_7_centos mysql-5.7.22-linux-glibc2.12-x86_64]# ./bin/mysqld --initialize-insecure --user=mysql --basedir=/opt/mysql-5.7.22-linux-glibc2.12-x86_64 --datadir=/data/mysql/mysql9571/data/
./bin/mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory
Solution install numactl
[root@VM_39_7_centos mysql-5.7.22-linux-glibc2.12-x86_64]# yum -y install numactl

Guess you like

Origin blog.csdn.net/qq_31555951/article/details/107085040