Manually configuring the MySQL repository
If the system on which you are installing Unified Manager does not have access to the MySQL Community Edition repository, then you must manually download and configure the repository for a successful installation.
The MySQL repository provides access to the required MySQL software that must be installed on your system.
Note
This task might fail if the system does not have Internet connectivity. Refer to the MySQL documentation if the system on which you are installing Unified Manager does not have Internet access.
For Red Hat Enterprise Linux 8 system, if you have internal repositories with java-11-openjdk, p7zip, and other software packages provided by the AppStream repository, you must disable your AppStream repository and install MySQL Community Server. Run the following command:
# sudo yum --disablerepo=rhel-8-for-x86_64-appstream-rpms install mysql-community-server
Give documentation feedback