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

基于RHEL6.3 安装MySQL踩过的坑的更多相关文章

  1. CentOS7.4安装MySQL踩坑记录

    CentOS7.4安装MySQL踩坑记录 time: 2018.3.19 CentOS7.4安装MySQL时网上的文档虽然多但是不靠谱的也多, 可能因为版本与时间的问题, 所以记录下自己踩坑的过程, ...

  2. 那些最全面的Windows10安装pytorch踩过的坑以及如何应用

    那些最全面的Windows10安装pytorch踩过的坑以及如何应用 一.pytorch简介 2017年1月,由Facebook人工智能研究院(FAIR)基于Torch推出了PyTorch.它是一个基 ...

  3. Linux下基于源代码方式安装MySQL 5.6

    MySQL为开源数据库,因此能够基于源代码实现安装.基于源代码安装有很多其它的灵活性. 也就是说我们能够针对自己的硬件平台选用合适的编译器来优化编译后的二进制代码.依据不同的软件平台环境调整相关的编译 ...

  4. Linux安装mysql以及安装时踩下的坑

    安装: 检测是否已经安装了mysql rpm -qa | grep mysql 如果已经安装了,将其卸载,如: rpm -e --nodeps  mysql-libs-5.1.71-1.el6.x86 ...

  5. 虚拟机安装mysql踩坑记录

    本章节主要讲解的是在虚拟机centOs7版本以上安装mysql5.6版本,亲测可以直接使用,有需要帮助的小伙伴可以加本人QQ2246451792@qq.com!!!! 卸载centOs7自带的mari ...

  6. Linux下安装MySQL以及一些小坑

    第一次写博客,各位凑合着看吧(假装有人看). 我这里使用的是centos7. 1.首先打开终端,查看有没有安装过MySQL: [root@localhost lyp]# rpm -qa | grep ...

  7. 最细的eclipse 安装maven踩过的坑

    Eclipse安装maven插件踩过的坑 在线安装maven eclipse安装maven插件,在网上有各种各样的方法,博主使用过的也不止一种,但是留下的印象总是时好时不好,同样的方法也不确定那一次能 ...

  8. zip 安装mysql 和遇到的坑

    在官网下载了mysql 社区版的,官方网址:https://dev.mysql.com/downloads/mysql/ 解压后发现里面没有安装快捷方式,才知道是zip解压,dos窗口安装.这就比界面 ...

  9. 安装superset踩过的坑

    问题一: # fabmanager create-admin --app superset setuptools_scm.version.SetuptoolsOutdatedWarning: your ...

随机推荐

  1. Linux下solr集群搭建

    第一步:创建四个tomcat实例.每个tomcat运行在不同的端口.8180.8280.8380.8480 第二步:部署solr的war包.把单机版的solr工程复制到集群中的tomcat中. 第三步 ...

  2. centos 下python升级

    https://www.cnblogs.com/leon-zyl/p/8422699.html

  3. js图的数据结构处理---迪杰斯特拉算法

    /*//1.确定数据结构, mapf[i][j] 为点i到点j的距离 [ Infinity 2 5 Infinity Infinity Infinity Infinity 2 6 Infinity I ...

  4. css3--单行、多行文本溢出

    <style> .div1 { width: 200px; height: 200px; background: red url(img/user.png) no-repeat; text ...

  5. ORA-01919: role 'PLUSTRACE' does not exist

    环境:Oracle 10g,11g. 现象:在一次迁移测试中,发现有这样的角色赋权会报错不存在: SYS@orcl> grant PLUSTRACE to jingyu; grant PLUST ...

  6. catalog start with + switch database to copy的妙用

    catalog start with + switch database to copy的妙用 环境:RHEL6.4 + Oracle 11.2.0.4 Primary RAC + Standby R ...

  7. centos执行-查看,复制,删除-命令的脚本

    ==================================================================================================== ...

  8. MySQL报错

    1,使用mysqldump导出数据报错: mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' bytes when d ...

  9. LeetCode12.整数转罗马数字

    给定一个整数,将其转为罗马数字.输入确保在 1 到 3999 的范围内. 示例 1: 输入: 3 输出: "III" 示例 2: 输入: 4 输出: "IV" ...

  10. C# 对数据库操作的帮助类SQLHelper.cs

    using System; using System.Collections.Generic; using System.Configuration; using System.Data; using ...