返回列表 发帖

[安装] 在Fedora 14中安装Mysql

在Fedora 14中安装MySQL是出现下面的问题。
[root@OnTheWay temp]# rpm -ivh MySQL-server-5.1.7-0.i386.rpm
error: Failed dependencies:
        MySQL conflicts with (installed) mysql-5.1.55-1.fc14.i686
        MySQL-server conflicts with (installed) mysql-server-5.1.55-1.fc14.i686

这个我解决了,是版本冲突。原来我的系统上自带安装了MySQL。刚开始打不开,最后别人告诉我在终端里输入chkconfig --levels 235 mysqld on 命令就行了。

TOP

返回列表