Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将我们公司4.1.22版本的MySQL升级到5。
我在用着
sudo yum --enablerepo=centosplus upgrade mysql*
但在 4.1 版本中不断收到冲突文件的错误。
这是否意味着除了卸载 4.1 并安装 5.0 之外真的没有其他方法了吗?我已经读过使用 yum upgrade 命令应该可以工作......
提前致谢!
您需要卸载 MySQL 4.1.22 并全新安装 MySQL 5。我们最近从 MySQL 5.0 迁移到 5.5,这需要类似的步骤。