MySQL 5.7初始化報錯error while loading shared libraries: libnuma.so.1

feelpurple發表於2018-07-02
MySQL 5.7初始化報錯

  1. [root@mysql-server mysql_software_57]# /data1/mysql_software_57/bin/mysqld --defaults-file=/etc/my_57.cnf --initialize-insecure --user=mysql
  2. /data1/mysql_software_57/bin/mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory

# 解決方法
# 安裝numactl包

# yum install numactl


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26506993/viewspace-2157208/,如需轉載,請註明出處,否則將追究法律責任。

相關文章