MySQL 5.7初始化报错error while loading shared libraries: libnuma.so.1
更新:HHH   时间:2023-1-7


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


返回MySQL数据库教程...