Initializing the linux mysql installation error: bin / mysqld: error while loading shared libraries: libnuma.so.1

If you install mysql appeared above error message. It is the lack of numactl problem.
Centos7 use yum -y install numactl can solve this problem.
ubuntu using sudo apt-get install numactl can solve this problem.

Guess you like

Origin www.cnblogs.com/jichi/p/12168920.html