Sign Up

Sign In

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What is the capital of Egypt? ( Cairo )

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Installing Percona Toolkit

Percona maintains Ubuntu repos for their products. Below is process to install it quickly.

Add GPG Key

gpg --keyserver  hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
gpg -a --export CD2EFD2A | sudo apt-key add -

Add Repos

echo "deb http://repo.percona.com/apt `lsb_release -cs` main" >> /etc/apt/sources.list.d/percona.list
echo "deb-src http://repo.percona.com/apt `lsb_release -cs` main" >> /etc/apt/sources.list.d/percona.list

Update

apt-get update

Install

apt-get install percona-toolkit

You can install percona server also at this point as it is part of package. We haven’t tried it yet, so it will be wise to not write anything about it.

Hits: 40

Leave a comment

What is the capital of Egypt? ( Cairo )