Hello.
I am trying to install mysql-connector-java from the Yum repository on an up-to-date Centos 7.
I have the following repos activated: mysql80-community and mysql-connectors-community.
When I try to install most connectors, like mysql-connector-odbc, version 8.0.18-1.el7 is installed. However when I try to install mysql-connector-java, then Yum installs the old version 5.1.25-3.el7 from the base repo instead of the 8.0.18 from the mysql repo.
Anyone managed to install the most recent mysql-connector-java package on Centos 7 without disabling the base repo?