[quote:38877841d7="jiangtao9999"]你看看 RH 的 软件管理器,我记得在 K 菜单里叫添加/删除软件
你还是先看看 Linux 的基础文章吧。
RH 自带 mysql 了,除非你要求使用最新版,不软没有必要安装系统自带以外的版本。[/quote]
RHA4带的是4.1.X的,偶想要4.0.X的。。继续烟酒~
各位,帮帮忙,我已经将Linux原有的MySQL卸掉了,使用rpm -q mysql,显示package mysql is not installed.
现在要安装MySQL4.1,使用rpm -ivh MySQL-server-4.1.14-0.i386.rpm命令,可是出现如下提示 :
error:failed dependencies :
coreutils is needed by MySQL-server-4.1.14-0
怎么办啊?.我现在该怎样处理啊.
[root@localhost ~]# rpm -e mysql-4.1.12-3.RHEL4.1
error: Failed dependencies:
libmysqlclient.so.14 is needed by (installed) mod_auth_mysql-2.6.1-2.2.i386
libmysqlclient.so.14 is needed by (installed) cyrus-sasl-sql-2.1.19-5.EL4.i386
libmysqlclient.so.14 is needed by (installed) perl-DBD-MySQL-2.9004-3.1.i386
While the mysqlclient10 package provides compatibility support with the MySQL 4.1.x server, it does not support the new password encryption method introduced in version 4.1. To enable compatibility with legacy MySQL 3.x-based clients, the old_passwords parameter is enabled by default in the /etc/my.cnf configuration file. If compatibility with old clients is not required, this parameter can be disabled to allow use of the improved password encryption method.