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/etch-ourdelta.list \
-O /etc/apt/sources.list.d/ourdelta.list
or
wget http://ourdelta.org/deb/sources/etch-ourdelta-sail.list \
-O /etc/apt/sources.list.d/ourdelta.list
(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 |
This is work-in-progress. You may not see your distro/arch here yet.
No Comments »
RSS feed for comments on this post. TrackBack URL