Installation on Ubuntu

47 views
Skip to first unread message

Mathias Bogaert

unread,
Sep 11, 2009, 5:09:36 PM9/11/09
to Percona Discussion
Hi,

Is there a simple installation guide available for XtraDB on Debian/
Ubuntu 9.04?
I found the deb files on the Percona website, but do I need to
download them all and install them one by one, and in which order?
Which dependencies need to be installed on stock Ubuntu Server?

Thanks in advance,

Mathias

Mathias Bogaert

unread,
Sep 14, 2009, 3:57:05 AM9/14/09
to Percona Discussion
Figured it out. For those interested:

$ wget http://www.percona.com/mysql/xtradb/5.1.37-7/deb/libmysqlclient16_mysql-5.1.37-xtradb7_amd64.deb
$ wget http://www.percona.com/mysql/xtradb/5.1.37-7/deb/mysql-common_mysql-5.1.37-xtradb7_all.deb
$ wget http://www.percona.com/mysql/xtradb/5.1.37-7/deb/mysql-client-5.1_mysql-5.1.37-xtradb7_amd64.deb
$ wget http://www.percona.com/mysql/xtradb/5.1.37-7/deb/mysql-server-5.1_mysql-5.1.37-xtradb7_amd64.deb
$ apt-get install build-essential
$ dpkg -i mysql-common_mysql-5.1.37-xtradb7_all.deb
$ dpkg -i libmysqlclient16_mysql-5.1.37-xtradb7_amd64.deb
$ apt-get install libdbi-perl
$ apt-get install libdbd-mysql-perl
$ dpkg -i mysql-client-5.1_mysql-5.1.37-xtradb7_amd64.deb
$ dpkg -i mysql-server-5.1_mysql-5.1.37-xtradb7_amd64.deb

On Sep 11, 11:09 pm, Mathias Bogaert <mathias.boga...@gmail.com>
wrote:
Reply all
Reply to author
Forward
0 new messages