Install MySQL-4.0.6 on Red hat Linux 7.3

2002-12-23 Thread ECTeo
When I try to install MySQL 4.0.6 by rpm -i MySQL-VERSION.i386.rpm --force Linux prompt me MySQL conflict with Mysql-3.23.49-3 How to solve the problem? - Before posting, please check:

Re: Install MySQL-4.0.6 on Red hat Linux 7.3

2002-12-23 Thread Luuk de Boer
Try: rpm -Uvh mysql-version-etc ... this will upgrade your mysql instead of installing the new one .. Else what you can do is: rpm -e mysql (remove mysql installation) rpm -ivh mysql (install the new mysql version) Grtz. Luuk On 24 Dec 2002 at 15:29, ECTeo wrote: When I try to install