Kevin,

Thursday, February 14, 2002, 8:30:18 AM, you wrote:

KC> Is their any special instructionsfor upgrading within versions.  A software
KC> vendor says I need to be at 3.23.39 or greater for their product to
KC> function.  I am at 3.23.36.  When I try to upgrade with rpm -Uvh her is my
KC> results:

KC> [root@chilly admin]# rpm -Uvh MySQL-3.23.48-1.i386.rpm
KC> error: failed dependencies:
KC>         MySQL-server conflicts with mysql-server-3.23.36-1
KC> [root@chilly admin]#

It looks like you are trying to install MySQL binary distribution over
RedHat binary distribution...

Please dump your databases using mysqldump, then completely erase the MySQL
installation:

     rpm -qa | grep -i mysql

See the list of MySQL packages and remove them. Then install the
binary distribution from MySQL, and put your dumped tables back.





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
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