Binary tarball file names available based on the Percona Server for MySQL version¶
For later of Percona Server for MySQL, the tar files are organized by the glibc2
version. You can find this version on your operating system with the following command:
$ ldd --version
Expected output
ldd (Ubuntu GLIBC 2.35-0ubuntu3.1) 2.35
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
If the glibc2
version from your operating system is not listed, then this Percona Server for MySQL version does not support that operating system.
Binary tarball file name organization¶
The following lists the platform and the associated full binary file name used by Percona Server for MySQL tar files 8.4.2-2.
Platform | Percona Server for MySQL tarball name | glibc2 version |
---|---|---|
Ubuntu 22.04 | Percona-Server-8.4.2-2-Linux.x86_64.glibc2.35.tar.gz | glibc2.35 |
Ubuntu 20.04 | Percona-Server-8.4.2-2-Linux.x86_64.glibc2.31.tar.gz | glibc2.31 |
Red Hat Enterprise 9 | Percona-Server-8.4.2-2-Linux.x86_64.glibc2.34.tar.gz | glibc2.34 |
Red Hat Enterprise 8 | Percona-Server-8.4.2-2-Linux.x86_64.glibc2.28.tar.gz | glibc2.28 |
Red Hat Enterprise 7 | Percona-Server-8.4.2-2-Linux.x86_64.glibc2.17.tar.gz | glibc2.17 |
The types of files are as follows:
Type | Name | Description |
---|---|---|
Full | Percona-Server-<version-number>-Linux.x86_64.<glibc2-version>.tar.gz | Contains all files available |
Minimal | Percona-Server-<version-number>-Linux.x86_64.<glibc2-version>.minimal.tar.gz | Contains binaries and libraries |
Debug | Percona-Server-<version-number>-Linux.x86_64.<glibc2-version>.debug.tar.gz | Contains the minimal build files and test files, and debug symbols |
Get expert help¶
If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.
Last update:
2024-02-28