Rate This Document
Findability
Accuracy
Completeness
Readability

Installing MySQL Router

  1. Download the RPM package.
    • CentOS
      1
      2
      cd /home
      wget https://downloads.mysql.com/archives/get/p/41/file/mysql-router-community-8.0.20-1.el7.aarch64.rpm --no-check-certificate
      
    • openEuler
      1
      2
      cd /home
      wget https://downloads.mysql.com/archives/get/p/41/file/mysql-router-community-8.0.20-1.el8.aarch64.rpm --no-check-certificate
      
  2. Install the RPM package.
    • CentOS
      1
      rpm -ivh mysql-router-community-8.0.20-1.el7.aarch64.rpm
      
    • openEuler
      1
      rpm -ivh mysql-router-community-8.0.20-1.el8.aarch64.rpm
      
  3. Verify the installation.
    1
    mysqlrouter --help
    

    The figure above shows the default configuration file path, plugin path, log directory, persistent data directory, and default location of the running status directory.