基于RHEL6.3 安装MySQL踩过的坑

MySQL版本:Percona-Server-5.6.29
OS:RHEL6.3

  1. 安装出错

     [mysql@oracle ~]$ /home/mysql/scripts/mysql_install_db --user=mysql --basedir=/home/mysql --datadir=/mysql/data  --defaults-file=/home/mysql/etc/my.cnf
     /home/mysql/bin/my_print_defaults: /usr/lib64/libcrypto.so.10: no version information available (required by /home/mysql/bin/my_print_defaults)
     WARNING: The host 'oracle.com' could not be looked up with /home/mysql/bin/resolveip.
     This probably means that your libc libraries are not 100 % compatible
     with this binary MySQL version. The MySQL daemon, mysqld, should work
     normally with the exception that host name resolving will not work.
     This means that you should use IP addresses instead of hostnames
     when specifying MySQL privileges !
     
     Installing MySQL system tables.../home/mysql/bin/mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or directory
    

    解决

     yum install numactl.x86_64
    
  2. 安装出错

     [mysql@oracle ~]$ /home/mysql/scripts/mysql_install_db --user=mysql --basedir=/home/mysql --datadir=/mysql/data  --defaults-file=/home/mysql/etc/my.cnf
     /home/mysql/bin/my_print_defaults: /usr/lib64/libcrypto.so.10: no version information available (required by /home/mysql/bin/my_print_defaults)
     WARNING: The host 'oracle.com' could not be looked up with /home/mysql/bin/resolveip.
     This probably means that your libc libraries are not 100 % compatible
     with this binary MySQL version. The MySQL daemon, mysqld, should work
     normally with the exception that host name resolving will not work.
     This means that you should use IP addresses instead of hostnames
     when specifying MySQL privileges !
     
     Installing MySQL system tables.../home/mysql/bin/mysqld: /usr/lib64/libssl.so.10: no version information available (required by /home/mysql/bin/mysqld)
     /home/mysql/bin/mysqld: /usr/lib64/libcrypto.so.10: no version information available (required by /home/mysql/bin/mysqld)
     2017-08-03 19:53:54 0 [Note] /home/mysql/bin/mysqld (mysqld 5.6.29-76.2-log) starting as process 29077 ...
     2017-08-03 19:53:54 29077 [Warning] Can't create test file /mysql/data/oracle.lower-test
     2017-08-03 19:53:54 29077 [Warning] Can't create test file /mysql/data/oracle.lower-test
    

    解决

     yum update openssl
    
posted @   Coye  阅读(528)  评论(0编辑  收藏  举报
编辑推荐:
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
阅读排行:
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· DeepSeek在M芯片Mac上本地化部署
· 葡萄城 AI 搜索升级:DeepSeek 加持,客户体验更智能
点击右上角即可分享
微信分享提示