Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

which package of mySQL for Debian 3.1 (Sarge)

Here you can discuss every aspect of Debian. Note: not for support requests!
Post Reply
Message
Author
dbyy
Posts: 3
Joined: 2006-03-15 13:08

which package of mySQL for Debian 3.1 (Sarge)

#1 Post by dbyy »

Hi ,

Here is a ‘newbie’ question

I would like to upgrade mySQL on my DEBIAN (i386) box to the latest version but I’m not sure which package I should download and install to replace the current one.

- Linux (x86, glibc-2.2, "standard" is static, gcc)
- Linux (x86)
- Linux x86 generic RPM (statically linked against glibc 2.2.5) downloads
- Linux x86 generic RPM (dynamically linked)
-

And how can I reun-install the old version of mySQL (4.0.x)?

Any help would be much appreciated.

Thanks
Fred

Harold
Posts: 1482
Joined: 2005-01-07 00:15
Been thanked: 3 times

#2 Post by Harold »

Do apt-get update && apt-get upgrade to install the current packages for the branch of Debian that you are using.

dbyy> How can I reun-install the old version of mySQL?

That question doesn't make sense.

dbyy
Posts: 3
Joined: 2006-03-15 13:08

#3 Post by dbyy »

Thanks Harold,

I see, no un-install when doing the update/upgrade

Thx
Fred

Harold
Posts: 1482
Joined: 2005-01-07 00:15
Been thanked: 3 times

#4 Post by Harold »

apt-get install package-name will either install a package or, if an older version of a package is installed, replace that version with the current version. You un-install packages with the command apt-get remove package-name.

User avatar
kink
Debian Developer, Site Admin
Debian Developer, Site Admin
Posts: 248
Joined: 2006-01-02 16:47
Location: Utrecht, The Netherlands
Been thanked: 1 time

#5 Post by kink »

Yes, to make it clear: you do not need the packages from the MySQL website, you get them from Debian directly. You can search at http://packages.debian.org for the right package name.

dbyy
Posts: 3
Joined: 2006-03-15 13:08

Thanks..

#6 Post by dbyy »

Thanks guys,

I appreciate your help.
Fred

Guest

Re: which package of mySQL for Debian 3.1 (Sarge)

#7 Post by Guest »

dbyy wrote:Hi ,

Here is a ‘newbie’ question

I would like to upgrade mySQL on my DEBIAN (i386) box to the latest version but I’m not sure which package I should download and install to replace the current one.

- Linux (x86, glibc-2.2, "standard" is static, gcc)
- Linux (x86)
- Linux x86 generic RPM (statically linked against glibc 2.2.5) downloads
- Linux x86 generic RPM (dynamically linked)
-

And how can I reun-install the old version of mySQL (4.0.x)?

Any help would be much appreciated.

Thanks
Fred

Post Reply