All matches were filtered out by modular filtering for argument: mysql-community-server Error: Unable to find a match: mysql-community-server centos8 에서 mysql 특정 버전을 설치 하려는데 위와 같이 에러 뜨면서 설치가 안된다면 # yum module disable mysql 기본으로 설정되어 있는 mysql 을 비활성화 해주면 된다. 위 명령어를 입력 해주고 설치 하면 정상적으로 설치가 된다.