Oct
16
2008

Debian

First run the following (to add the build sign key)

wget -q http://ourdelta.org/deb/ourdelta.gpg \
        -O- | apt-key add -

Then run one of the following commands

wget http://ourdelta.org/deb/sources/release-ourdelta.list \
        -O /etc/apt/sources.list.d/ourdelta.list

or

wget http://ourdelta.org/deb/sources/release-ourdelta-sail.list \
        -O /etc/apt/sources.list.d/ourdelta.list

where release is the Debian release name (etch, lenny).

(don’t put both ourdelta and ourdelta-sail in, or your upgrading will get into trouble - we use the same output filename in the above example to make sure you can’t have both)

Also run apt-get update to fetch the new lists.

Packages

  • mysql-server
  • mysql-server-5.0
  • mysql-common-5.0
  • libmysqlclient15off
  • mysql-client-5.0
  • libmysqlclient15-dev

For any server installation, simply install mysql-server. For client connectivity, install mysql-client. The dependencies will be automatically resolved.

If you use apt-get to install the packages, you will need to include the version information of the package in your command otherwise the distribution packages will install. For example:

apt-get install mysql-common=5.0.67-d7-ourdelta44

OS/Distro Version Architecture Download
Debian 4.0 (Etch) i386/amd64 DEB
Debian 5.0 (Lenny) i386/amd64 DEB

This is work-in-progress. You may not see your distro/arch here yet.

Written by arjen in: Uncategorized | |

2 Comments »

  • Todd Campbell

    http://mirror.ourdelta.org/deb/sources/release-ourdelta.list

    The requested URL /deb/sources/release-ourdelta.list was not found on this server.
    Apache/2.2.3 (CentOS) Server at nerdvana.us.mirror.ourdelta.org Port 80

    Comment | June 22, 2009
  • Yea we have to improve the explanation a bit… see how it says “where release is the Debian release name (etch, lenny).” So you need to replace the word “release” with the name of the Debian release you are using.

    Comment | June 22, 2009

RSS feed for comments on this post. TrackBack URL

Leave a comment

Creative Commons License The OurDelta site content and documentation is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License.
Powered by WordPress | Aeros Theme