MySQL 5.7初始化报错
-
[root@mysql–server mysql_software_57]# /data1/mysql_software_57/bin/mysqld –defaults-file=/etc/my_57.cnf –initialize-insecure –user=mysql
- /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