Download a Post-EOL binary tarball¶
Percona Server for MySQL 5.7.44-54 contains fixes as part of the MySQL 5.7 post-EOL support from Percona program, available to customers. Community members can compile and install from source code from publicly available source code, which is released quarterly.
As a Percona customer, request access to the Percona 5.7 Post-EOL repository from Percona Support and receive your CLIENTID
and TOKEN
. Use these credentials to download the appropriate binary tarball.
Type | Name | Description |
---|---|---|
Full | https://repo.percona.com/private/[CLIENTID-[TOKEN]/ps-57-eol/tarballs/Percona-Server-<release>/binary/tarball/Percona-Server-<release>-Linux.x86_64.glibc2.17.tar.gz | Contains binaries, libraries, test files, and debug symbols |
Minimal | https://repo.percona.com/private/[CLIENTID-[TOKEN]/ps-57-eol/tarballs/Percona-Server-<release>-Linux.x86_64.glibc2.12-minimal.tar.gz | Contains binaries, and libraries but does not include test files, or debug symbols. |
Fetch and extract the correct binary tarball using your CLIENTID
and TOKEN
. For example, for Oracle Linux 9, use the following command:
$ wget https://repo.percona.com/private/[CLIENTID-[TOKEN]/Percona-Server-5.7/Percona-Server-5.7.44-54/binary/tarball/Percona-Server-5.7.44-54-Linux.x86_64.glibc2.17.tar.gz
Last update:
2025-06-23