LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mysql installation (https://www.linuxquestions.org/questions/linux-newbie-8/mysql-installation-4175413600/)

Sharath Ravi 06-27-2012 02:47 AM

Mysql installation
 
hi,

I have installed mysql 5.0 on my centos now i need to install mysql 5.1 but its says conflict with mysql 5.0

I need both versions Mysql 5.0 and 5.1. If i am trying to install dep of mysql 5.1 i get this error. Can any1 help me out

rpm -ivh mysql-libs-5.1.56-1.el5.remi.i386.rpm
warning: mysql-libs-5.1.56-1.el5.remi.i386.rpm: Header V3 DSA signature: NOKEY, key ID 00f97f56
Preparing... ########################################### [100%]
file /etc/my.cnf from install of mysql-libs-5.1.56-1.el5.remi.i386 conflicts with file from package mysql-5.0.77-4.el5_5.3.i386
file /usr/share/mysql/charsets/Index.xml from install of mysql-libs-5.1.56-1.el5.remi.i386 conflicts with file from package mysql-5.0.77-4.el5_5.3.i386
file /usr/share/mysql/charsets/cp1250.xml from install of mysql-libs-5.1.56-1.el5.remi.i386 conflicts with file from package mysql-5.0.77-4.el5_5.3.i386
file /usr/share/mysql/charsets/cp1251.xml from install of mysql-libs-5.1.56-1.el5.remi.i386 conflicts with file from package mysql-5.0.77-4.el5_5.3.i386
file /usr/share/mysql/czech/errmsg.sys from install of mysql-

Thanks in advance

bathory 06-27-2012 06:46 AM

Hi,

I don't know if you can use rpm to install another version of an existing package.
What you can do, is to download the binary mysql version you want from here.
Extract it in a directory of your choice and follow the instructions in INSTALL-BINARY to start using it.

Regards


All times are GMT -5. The time now is 10:15 PM.