将mysql从4.1.22升级到5.0
我正在尝试将我们公司的 MySQL 4.1.22 版本升级到 5。
我正在使用,
sudo yum --enablerepo=centosplus upgrade mysql*
但不断收到与 4.1 版本冲突文件的错误。
这是否意味着除了卸载 4.1 并安装 5.0 之外真的没有其他方法了?我已经读到,使用 yum 升级命令应该可以工作...
提前致谢!
I'm trying to upgrade our company's 4.1.22 version of MySQL to 5.
I'm using
sudo yum --enablerepo=centosplus upgrade mysql*
but keep getting an error of conflicted files with the 4.1 version.
Does that mean there really isn't any other way than uninstalling 4.1 and installing 5.0? I have read that using the yum upgrade command should work however...
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要卸载 MySQL 4.1.22 并全新安装 MySQL 5。我们最近从 MySQL 5.0 迁移到 5.5,这需要类似的步骤。
You need to uninstall MySQL 4.1.22 and fresh install MySQL 5. We recently migrated from MySQL 5.0 to 5.5 which required similar steps.