centos 6.10安装mysql 5.7.27出现以下报错:

 

[root@localhost /]# /usr/local/mysql/app/mysql/bin/mysqld --defaults-file=/etc/my.cnf --initialize --user=mysql --basedir=/usr/local/mysql/app/mysql/ --datadir=/usr/local/mysql/data/
/usr/local/mysql/app/mysql/bin/mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory

 

通过如下命令安装libnuma.so.1库 

yum install numactl -y

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2021-06-30
  • 2021-11-14
猜你喜欢
  • 2021-12-28
  • 2019-02-17
  • 2022-02-11
  • 2021-09-10
  • 2021-04-10
  • 2021-12-24
  • 2022-12-23
相关资源
相似解决方案