centos6 yum安装 mysql5.5,mysql5.5 yum源

前端之家收集整理的这篇文章主要介绍了centos6 yum安装 mysql5.5,mysql5.5 yum源前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

通过Yum,CentOS 安装MysqL 5.5

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm 

rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
 
yum install MysqL55w MysqL55w-server

如果出现错误

Finished Dependency Resolution

Error: MysqL55w-libs conflicts with MysqL-libs-5.1.73-8.el6_8.x86_64 ..

解决方法

yum install yum-plugin-replace

yum replace MysqL-libs --replace-with MysqL55w-libs

yum install MysqL55w MysqL55w-server

安装完成启动

service MysqLd start

如果你安装了MysqL现在去更新MysqL

yum install MysqL.`uname -i` 
yum-plugin-replace yum replace MysqL --replace-with MysqL55w


原文链接:https://www.f2er.com/linux/423032.html

猜你在找的Linux相关文章