Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Bart Schaefer
On Tue, Apr 15, 2008 at 3:19 PM, Tito Valentin <[EMAIL PROTECTED]> wrote: > > I am trying to upgrade MySQL on CentOS 4.5 but having a hard time. I need > to go from MySQL 4.1 to 5. Having gone through this process about 7 months ago: It's not recommended to do a "binary upgrade", that is, to sim

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread John R Pierce
Tito Valentin wrote: Hello All, I am trying to upgrade MySQL on CentOS 4.5 but having a hard time. I need to go from MySQL 4.1 to 5. I downloaded the following two files: mysql-server-5.0.58-1.el4.centos.i386.rpm mysql-5.0.48-2.el4.centos.i386.rpm You do notice, those are two different ve

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Filipe Brandenburger
On Tue, Apr 15, 2008 at 7:53 PM, Tito Valentin <[EMAIL PROTECTED]> wrote: > I still have problems installing even after I have removed the old mysql: > > [EMAIL PROTECTED] tmp]# rpm -Uvh mysql-5.0.48-2.el4.centos.i386.rpm > error: Failed dependencies: > mysql-libs = 5.0.48-2.el4.centos is n

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Tito Valentin
I still have problems installing even after I have removed the old mysql: [EMAIL PROTECTED] tmp]# rpm -Uvh mysql-5.0.48-2.el4.centos.i386.rpm error: Failed dependencies: libmysqlclient.so.15 is needed by mysql-5.0.48-2.el4.centos.i386 libmysqlclient.so.15(libmysqlclient_15) is need

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Tito Valentin
Gotcha!...thanks for that info. On Tue, Apr 15, 2008 at 7:33 PM, Les Mikesell <[EMAIL PROTECTED]> wrote: > Tito Valentin wrote: > > > If I am going to run "rpm -Uvh" then why would I need to remove the > > current mysql server? If I remove the current mysql, shouldn't I run "rpm > > -ivh" instea

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Les Mikesell
Tito Valentin wrote: If I am going to run "rpm -Uvh" then why would I need to remove the current mysql server? If I remove the current mysql, shouldn't I run "rpm -ivh" instead? If a package isn't already installed -U does the same as -i. In most cases you can use -U without bothering to ch

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Tito Valentin
If I am going to run "rpm -Uvh" then why would I need to remove the current mysql server? If I remove the current mysql, shouldn't I run "rpm -ivh" instead? Thanks for the help so far. On Tue, Apr 15, 2008 at 6:24 PM, Morten Nilsen <[EMAIL PROTECTED]> wrote: > Tito Valentin wrote: > > > I am

Re: [CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Morten Nilsen
Tito Valentin wrote: I am trying to upgrade MySQL on CentOS 4.5 but having a hard time. I need to go from MySQL 4.1 to 5. I downloaded the following two files: mysql-server-5.0.58-1.el4.centos.i386.rpm mysql-5.0.48-2.el4.centos.i386.rpm I tried to do: yum install mysql-server-5.0.58-1.el4.c

[CentOS] Upgrading MySQL from 4.1 to 5

2008-04-15 Thread Tito Valentin
Hello All, I am trying to upgrade MySQL on CentOS 4.5 but having a hard time. I need to go from MySQL 4.1 to 5. I downloaded the following two files: mysql-server-5.0.58-1.el4.centos.i386.rpm mysql-5.0.48-2.el4.centos.i386.rpm I tried to do: yum install mysql-server-5.0.58-1.el4.centos.i386.r