Update MySQL version from 5.1 to 5.5 in CentOS 6.2(在 CentOS 6.2 中将 MySQL 版本从 5.1 更新到 5.5)
问题描述
我尝试在 CentOS 6.2 中将 MySQL 从 5.1 更新到 5.5.以下是我做的过程:
I tried to update MySQL from 5.1 to 5.5 in CentOS 6.2. The following is the process I did:
当我尝试第四步时,我得到了以下输出:
When I tried the 4th step, I got the following output:
如何解决?
推荐答案
列出Old MySql
删除旧的 MySql
CentOS 6 和 Red Hat (RHEL) 6 上的 Remi 依赖关系
安装 MySQL 服务器
列出新的 MySql
启动MySql服务器
/etc/init.d/mysqld start
##使用更新后重启
service mysqld start
##使用更新后重启
最后
现在我的 MySql 版本是 5.5.32
Now my MySql version is 5.5.32
http://www.webtatic.com/packages/mysql55/
http://www.if-not-true-then-false.com/2010/install-mysql-on-fedora-centos-red-hat-rhel/
希望对大家有所帮助
注意:从@pim 添加评论(在评论中)
NOTE: Adding comments from @pim (in comments)
这篇关于在 CentOS 6.2 中将 MySQL 版本从 5.1 更新到 5.5的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!