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.
2 Comments »
RSS feed for comments on this post. TrackBack URL

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
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.