Installing MySQL Router
- 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
- CentOS
- Install the RPM package.
- CentOS
1rpm -ivh mysql-router-community-8.0.20-1.el7.aarch64.rpm
- openEuler
1rpm -ivh mysql-router-community-8.0.20-1.el8.aarch64.rpm
- CentOS
- Verify the installation.
1mysqlrouter --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.
Parent topic: Configuring the Installation Environment