Binary installation mysql5.6.39 error libnuma.so.1 library file not found

Source: Internet
Author: User

Binary Installation mysql5.6.39 initialization times error is as follows:

[[email protected] scripts]# ./mysql_install_db --datadir=/data/mysql/data --basedir=/usr/local/mysql --user=mysql --explicit_defaults_for_timestampInstalling MySQL system tables.../usr/local/mysql/bin/mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory

The library file is not found, so find the installation package that is missing the library file

[[email protected] tmp]#  yum provides libnuma.so.1 Loaded plugins: fastestmirrorLoading mirror speeds from cached hostfile * base: mirrors.cn99.com * extras: mirrors.cn99.com * updates: mirrors.163.comnumactl-2.0.9-2.el6.i686 : Library for tuning for Non Uniform Memory Access machinesRepo        : baseMatched from:Other       : libnuma.so.1

Install this package with Yum
yum install numactl* -y

Re-initializing MySQL success

Binary installation mysql5.6.39 error libnuma.so.1 library file not found

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.