将mysql从4.1.22升级到5.0

发布于 2024-08-29 19:23:00 字数 244 浏览 2 评论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

枫林﹌晚霞¤ 2024-09-05 19:23:00

您需要卸载 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文