On Mon, 10 Jun 2019 13:38:50 -0700 Paolo Galtieri pgaltieri@gmail.com wrote:
Folks I have an issue with mariadb and community-mysql. I installed mysql-workbench. When I run it it shows a conflict between it and the running mysql server, namely mysql-workbench is version 8.0.16 and mariadb is 10.3.12. So I decided to remove mariadb, i.e. I did:
yum remove mariadb-common mariadb-connector-c mariadb-embedded mariadb-errmsg
yum, not dnf?
In doing this a total of 62 packages were removed:
[snip]
I then did an install of community mysql:
yum install community-mysql-common.x86_64 community-mysql-devel.x86_64 community-mysql-errmsg.x86_64 community-mysql-libs.x86_64 community-mysql-server.x86_64 community-mysql-test.x86_64
This failed miserably:
Transaction Summary
Install 20 Packages Downgrade 4 Packages
[snip]
So how do I install the community-mysql instead of the mariadb server, and why are so many packages removed when I remove the mariadb packages?
Why are libreoffice-calc, libreoffice-draw, libreoffice-math removed?
I think you are caught in a fork conflict. Both are a fork of mysql, and I vaguely recall there was a disagreement about the direction of mariadb that led to the creation of community-mysql. Or maybe it was with the actual mysql, at Oracle now. It's kind of like the python2 / python3 imbroglio. Eventually they will co-exist, or one will triumph, but until then, users are stuck.