错误提示:
error: Failed dependencies:
mysql conflicts with mysql-server.i386
原因及解决办法:
That means there's an old version MySQL in the current OS, use rpm -e to remove it.
rpm -e --nodeps mysql-server.i386














执着于年轻
从认知到求知,再到用知......
㎡↑… C#↑+ASP.net↑+Delphi7↓+SQLs↑+Oracle→+MySql↑+ASP↓+PHP↑+Js↑+PB→+LUA↑…
错误提示:
error: Failed dependencies:
mysql conflicts with mysql-server.i386
原因及解决办法:
That means there's an old version MySQL in the current OS, use rpm -e to remove it.
rpm -e --nodeps mysql-server.i386
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。