Install Percona Server for MySQL 8.4 using downloaded DEB packages¶
Download the packages from Percona Product Downloads . If needed, Instructions for the Percona Product Download are available.
The following example downloads Percona Server for MySQL 8.4.10-10 release x86_64 packages for Ubuntu 22.04:
-
Use
wgetto download the tar file:The download filename includes a
<revision-identifier>value. This value is build-specific and must be obtained from the Percona Product Downloads page for the exact release you are installing. Select the product, version, and operating system, and find the link with the required<revision identifier>under the Download all packages button. For more details, see the Instructions for Percona Product Downloads.wget https://downloads.percona.com/downloads/Percona-Server-8.4/Percona-Server-8.4.10-10/binary/debian/jammy/x86_64/Percona-Server-8.4.10-10-<revision-identifier>-jammy-x86_64-bundle.tar -
Unpack the download to get the packages:
tar xvf Percona-Server-8.4.10-10-<revision-identifier>-jammy-x86_64-bundle.tarExpected output
libperconaserverclient21_8.4.10-10-1.buster_amd64.deb libperconaserverclient21-dev_8.4.10-10-1.buster_amd64.deb percona-mysql-router_8.4.10-10-1.buster_amd64.deb percona-server-client_8.4.10-10-1.buster_amd64.deb percona-server-common_8.4.10-10-1.buster_amd64.deb percona-server-dbg_8.4.10-10-1.buster_amd64.deb percona-server-rocksdb_8.4.10-10-1.buster_amd64.deb percona-server-server_8.4.10-10-1.buster_amd64.deb percona-server-source_8.4.10-10-1.buster_amd64.deb percona-server-test_8.4.10-10-1.buster_amd64.deb -
Install Percona Server for MySQL using
dpkg. Run this command as root or use the sudo command:sudo dpkg -i *.deb
Warning
When installing packages manually like this, you’ll need to resolve all the dependencies and install missing packages yourself. The following packages will need to be installed before you can manually install Percona Server: mysql-common, libjemalloc1, libaio1, and libmecab2.