Re: [CentOS] upgrading Mysql 5.0.95

2017-03-19 Thread Always Learning
On Sun, 2017-03-19 at 10:24 -0400, Mark Weaver wrote: > Heavens no... I love my CentOS 5 server. I going to try and keep it > around as long as possible. I like and admire C5 too. Httpd applications on C5 also run, without problems in my experience, on C6. -- Regards, Paul. England, EU.

Re: [CentOS] upgrading Mysql 5.0.95

2017-03-19 Thread Mark Weaver
On 03/19/2017 01:06 PM, Robert Nichols wrote: On 03/19/2017 07:32 AM, Mark Weaver wrote: I'm getting things ready to upgrade my aging installation of MySQL 5.0.95 on my CentOS 5 LAMP server. With the impending EOL date of 3.31 fast approaching my sense of doom and urgency is increasing. Packag

Re: [CentOS] upgrading Mysql 5.0.95

2017-03-19 Thread Robert Nichols
On 03/19/2017 07:32 AM, Mark Weaver wrote: I'm getting things ready to upgrade my aging installation of MySQL 5.0.95 on my CentOS 5 LAMP server. With the impending EOL date of 3.31 fast approaching my sense of doom and urgency is increasing. Packages don't disappear after 3/31. They just get mo

Re: [CentOS] upgrading Mysql 5.0.95

2017-03-19 Thread Mark Weaver
On 03/19/2017 10:43 AM, Jonathan Billings wrote: On Sun, Mar 19, 2017 at 10:24:27AM -0400, Mark Weaver wrote: On 03/19/2017 10:00 AM, Jonathan Billings wrote: >On Sun, Mar 19, 2017 at 08:32:38AM -0400, Mark Weaver wrote: >>I'm getting things ready to upgrade my aging installation of MySQL >>5.0.

Re: [CentOS] upgrading Mysql 5.0.95

2017-03-19 Thread Jonathan Billings
On Sun, Mar 19, 2017 at 10:24:27AM -0400, Mark Weaver wrote: > On 03/19/2017 10:00 AM, Jonathan Billings wrote: > >On Sun, Mar 19, 2017 at 08:32:38AM -0400, Mark Weaver wrote: > >>I'm getting things ready to upgrade my aging installation of MySQL > >>5.0.95 on my CentOS 5 LAMP server. With the impe

Re: [CentOS] upgrading Mysql 5.0.95

2017-03-19 Thread Mark Weaver
On 03/19/2017 10:00 AM, Jonathan Billings wrote: On Sun, Mar 19, 2017 at 08:32:38AM -0400, Mark Weaver wrote: I'm getting things ready to upgrade my aging installation of MySQL 5.0.95 on my CentOS 5 LAMP server. With the impending EOL date of 3.31 fast approaching my sense of doom and urgency is

Re: [CentOS] upgrading Mysql 5.0.95

2017-03-19 Thread Jonathan Billings
On Sun, Mar 19, 2017 at 08:32:38AM -0400, Mark Weaver wrote: > I'm getting things ready to upgrade my aging installation of MySQL > 5.0.95 on my CentOS 5 LAMP server. With the impending EOL date of 3.31 > fast approaching my sense of doom and urgency is increasing. It isn't clear to me, but are yo

[CentOS] upgrading Mysql 5.0.95

2017-03-19 Thread Mark Weaver
Hi All, I'm getting things ready to upgrade my aging installation of MySQL 5.0.95 on my CentOS 5 LAMP server. With the impending EOL date of 3.31 fast approaching my sense of doom and urgency is increasing. I see that the necessary packages are available in @base and @updates - mysql51 and mysql

Re: [CentOS] Upgrading MySQL

2011-10-31 Thread John Doe
From: Jack Fredrikson > Upon trying to run django, I get this error: > ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1 > If I run yum update mysql I don't upgrade (expected). What do? Why are you trying to update mysql when the error says 'MySQLdb'? Check also the versi

[CentOS] Upgrading MySQL

2011-10-28 Thread Jack Fredrikson
Hi; Upon trying to run django, I get this error: ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1 If I run yum update mysql I don't upgrade (expected). What do? TIA, Jack ___ CentOS mailing list CentOS@centos.org http://lists.c

Re: [CentOS] Upgrading MySQL

2010-06-28 Thread Meenoo Shivdasani
> django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is > required; you have 1.2.1 To identify what package contains a specific file, you can use yum search. For example: yum search MySQLdb returns MySQL-python.x86_64 : An interface to MySQL therefore MySQLdb can be updated

Re: [CentOS] Upgrading MySQL

2010-06-28 Thread Jakub Jedelský
2010/6/28 Susan Day > Hi; > I'm trying to install django and got this error: > > django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is > required; you have 1.2.1 > > So then I tried yum upgrade mysql and got this: > > No Packages marked for Update > > Please advise. > TIA, > Su

Re: [CentOS] Upgrading MySQL

2010-06-28 Thread Karanbir Singh
On 28/06/2010 18:21, Susan Day wrote: > Hi; > I'm trying to install django and got this error: > > django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is > required; you have 1.2.1 > > So then I tried yum upgrade mysql and got this: You should go and talk about this in the djan

[CentOS] Upgrading MySQL

2010-06-28 Thread Susan Day
Hi; I'm trying to install django and got this error: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1 So then I tried yum upgrade mysql and got this: No Packages marked for Update Please advise. TIA, Susan

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