On 10/06/2019 21:38, Paolo Galtieri 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
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:
Installing: community-mysql-common x86_64 8.0.16-1.fc30 updates 86 k community-mysql-devel x86_64 8.0.16-1.fc30 updates 89 k
Downgrading: mysql-community-client x86_64 8.0.16-1.fc30 mysql80-community 31 M mysql-community-common x86_64 8.0.16-1.fc30 mysql80-community 549 k
Perhaps versions of mysql and mysql-workbench from the same repo would be compatible. Do they exist?
John P