Skip to content

Install Percona Server for MySQL Pro

This document provides guidelines how to install Pro packages of Percona Server for MySQL from Percona repositories. Learn more about Percona Server for MySQL Pro .

Check files in packages built for Percona Server for MySQL Pro

Procedure

  1. Request the access to the pro repository from Percona Support. You will receive the client ID and the access token which you use when downloading the packages.

  2. Configure the repository and install Percona Server for MySQL packages

    1. Download the Percona gpg key:

      $ wget https://github.com/percona/percona-repositories/raw/main/deb/percona-keyring.gpg 
      
    2. Add the Percona gpg key to trusted.gpg.d directory:

      $ sudo cp percona-keyring.gpg /etc/apt/trusted.gpg.d/
      
    3. Create the /etc/apt/sources.list.d/psmysql-pro.list configuration file with the following contents with your [CLIENTID] and [TOKEN].

      To get the OPERATING_SYSTEM value, run lsb_release -sc.

      /etc/apt/sources.list.d/psmysql-pro.list
      deb http://repo.percona.com/private/[CLIENTID]-[TOKEN]/ps-80-pro/apt/ OPERATING_SYSTEM main
      
    4. Update the local cache

      $ sudo apt update
      
    5. Install Percona Server for MySQL packages

      $ sudo apt install -y percona-server-server-pro
      

      Install other required packages. Check files in the DEB package built for Percona Server for MySQL 8.0.

    1. Create the /etc/yum.repos.d/psmysql-pro.repo configuration file with the following contents with your [CLIENTID] and [TOKEN].

      /etc/yum.repos.d/psmysql-pro.repo
      [ps-8.0-pro]
      name=PS_8.0_PRO
      baseurl=http://repo.percona.com/private/[CLIENTID]-[TOKEN]/ps-80-pro/yum/main/$releasever/RPMS/x86_64
      enabled=1
      gpgkey = https://repo.percona.com/yum/PERCONA-PACKAGING-KEY
      
    2. Install Percona Server for MySQL packages

      $ sudo yum install -y percona-server-server-pro
      

      Install other required packages. Check files in the DEB package built for Percona Server for MySQL 8.0.

  3. Start the server

    $ sudo systemctl start mysql
    

Next step

Enable the FIPS mode

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-27