我要评分
获取效率
正确性
完整性
易理解

Installing the RPM Package from the Mirror Site

The following describes how to install Percona using the RPM package of the mirror site. This installation method only supports Percona 8.0.15.

  • The binary packages provided by the Kunpeng mirror site are packaged based on Percona 8.0.15 & 8.0.25 Porting Guide and do not contain vulnerabilities or bug fixes.
  • If you want to install the RPM package from the mirror site, the server must be able to access the Internet. If the server cannot access the Internet, upload the RPM package to a directory in the server. Run the rpm -ivh percona-8.0.15-6.el7.aarch64.rpm command in the directory for installation.

    Percona 8.0.15 RPM package: Link

  • When using open source software, comply with the applicable license agreements.
  1. Clear the cache.
    1
    yum clean all
    
  2. Cache the software package information in the Yum repository to the local drive.
    1
    yum makecache
    
  3. Install the RPM package.
    1
    yum -y install percona-8.0.15-6.el7.aarch64 --enablerepo=kunpeng
    

  4. Check the installed RPM package.
    1
    rpm -qa | grep percona