dnf め…
TOC
mysql repo を入れる
# dnf install https://dev.mysql.com/get/mysql80-community-release-el8-1.noarch.rpm -y
mysql-community-server を探す
# dnf list | grep mysql-community-server mysql-community-server-debug.x86_64 8.0.19-1.el8 mysql80-community mysql-community-server-debug-debuginfo.x86_64 8.0.19-1.el8 mysql80-community mysql-community-server-debuginfo.x86_64 8.0.19-1.el8 mysql80-community
あれ、、、?
mysql module を切る
# dnf -y module disable mysql
探す
# dnf list | grep mysql-community-server mysql-community-server.x86_64 8.0.19-1.el8 mysql80-community mysql-community-server-debug.x86_64 8.0.19-1.el8 mysql80-community mysql-community-server-debug-debuginfo.x86_64 8.0.19-1.el8 mysql80-community mysql-community-server-debuginfo.x86_64 8.0.19-1.el8 mysql80-community
😋