On Wed, 25 Apr 2001, george wrote:

> rpm -ivh  mysql-3.23.36-1.i386.rpm mysql-client-3.23.36-1.i386.rpm

Better approach would be to use the update switch.  rpm -Uvh

>
> the output says:
>
> file /usr/bin/safe_mysqld from install of mysql-3.23-36-1 conflicts with
> file from package mysql-server 3.23.22-6

Seems that you have an earlier version of mysql installed.  This is
telling you that you have mysql 3.23.22-6 installed, and that you're
replacing files that it needs.  Problem might be solved using the update
switch as I listed above to do the update.

> i then did rpm -e mysql

Redhat's packages are rarely named just the application name.  You can see
what the exact package name is by issuing the following command:

rpm -qa|grep -i mysql

This will report back to you any packages containing the word mysql (upper
or lower case) in the package name.  Then you rpm -e <full-package-name>
to uninstall it.

>
> which produced the output:
> error. package mysql is not installed

See above for more details.

Hope this helps.

Ed




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to