As there were many requests for Debian binary packages in our announcement of Percona builds with custom patchsets, we decided to play with it and built .deb, which you can find there:
https://www.percona.com/blog/mysql/debian/

You can also add the following repositories into your sources.list:

deb http://percona.com/blog/mysql/debian/5.0/ binary-amd64/
deb http://percona.com/blog/mysql/debian/5.0/ source/
deb http://percona.com/blog/mysql/debian/5.1/ binary-amd64/
deb http://percona.com/blog/mysql/debian/5.1/ source/

Also we have generic RPMs for x86-64 architecture:
https://www.percona.com/blog/mysql/RPM/. They are based on .spec file provided in MySQL source tree and should be compatible with SuSe, CentOS and RedHat.

Your comments are welcome!

16 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
John Laur

Thank you!

Brice Figureau

Many thanks!
May I suggest to build a full deb repository by adding a signed Release file and an apt key ?

Pablo  PERNOT

Thanks

R. Iqbal

Vadim, thanks for the Debian binary package. We really appreciate it.

Guillaume Lefranc

Much appreciated, Vadim! MySQL .deb packages are indeed very rare to find.

Ricardo Cescon

Hello,

I downloaded the Debian packages from http://www.mysqlperformanceblog.com/mysql/debian/,
but I think I´m to foolish to install.
I installed the packages

mysql-common_5.0.62_all.deb
mysql-server_5.0.62_all.deb
mysql-client_5.0.62_all.deb

with dpkg -i

but it run still the old version. If I take a look to the list of installed packeges it seems ok.
Whats wrong?
Thanks in advance,

Ricardo

Ricardo Cescon

Hello,

I downloaded the Debian packages from http://www.mysqlperformanceblog.com/mysql/debian/,
but I think I´m to foolish to install.
I installed the packages

mysql-common_5.0.62_all.deb
mysql-server_5.0.62_all.deb
mysql-client_5.0.62_all.deb

with dpkg -i

but it run still the old version. If I take a look to the list of installed packeges it seems ok.
Whats wrong?
Thanks in advance,

regards
Ricardo

Chris

Thanks a lot!

Ricardo Cescon

Hello,

I still miss the binarys for:

mysql-common_5.0.62_all.deb
mysql-server_5.0.62_all.deb
mysql-client_5.0.62_all.deb

regards
Ricardo

Evgeniy

Ricardo,

*_all.deb contains platform independent files. You have to install main packages compiled for your platform.
Presently we have only amd64 packages. You can find it by the link above.

Olivier

Hello,

thanks a lot for this packages but they depend of “libc6 (>= 2.7)” and “libncurses5 (>= 5.6+20071006-3)”, versions which are not on Debian Etch.
Can I ignore this ? Or should I rebuild this packages ?

Carlos

Hi,

Olivier, they are compiled against Debian SID 😉

I am testing the microslow patches with this binaries, but I don’t know the sintax of log_slow_verbosity. I try:

set log_slow_verbosity=”microtime,query_plan,innodb”;
ERROR 1210 (HY000): Incorrect arguments to log_slow_verbosity

Thanks!

Carlos

It does, thank you very much.

Regards

Michael

any chance these packages will be updated?