centos6 安装mysql报错Requires: libc.so.6(GLIBC_2.14)
Posted 日拱一卒,功不唐捐
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6 安装mysql报错Requires: libc.so.6(GLIBC_2.14)相关的知识,希望对你有一定的参考价值。
是应为版本弄混了,不可以把el7的mysql装到el6系统上,重新下载centos6对应的版本的,这里是centos6选择el6版本的
wget http://dev.mysql.com/get/mysql57-community-release-el6-9.noarch.rpm
然后
rpm -ivh mysql57-community-release-el6-9.noarch.rpm sudo yum install mysql-community-server
就可以了
初始化
sudo service mysqld start //查看密码 sudo grep \'temporary password\' /var/log/mysqld.log mysql -u root -p
然后用刚才的密码登录
ok.
可以参考:http://dev.mysql.com/doc/mysql-yum-repo-quick-guide/en/#repo-qg-yum-fresh-install查找版本
以上是关于centos6 安装mysql报错Requires: libc.so.6(GLIBC_2.14)的主要内容,如果未能解决你的问题,请参考以下文章
CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法
Linux(CentOS6.5)下编译安装PHP5.6.22时报错”configure: error: ZLIB extension requires gzgets in zlib&rdq
Centos6 升级glibc-2.17,解决Requires: libc.so.6(GLIBC_2.14)(64bit)错误解决方法
安装setuptools模块报错Compression requires the (missing) zlib module