Srini
Srini

Reputation: 1034

MySQL Workbench gives error on Fedora 20

I see error when I run MySQL Workbench.

/usr/libexec/mysql-workbench/mysql-workbench-bin: relocation error: /usr/lib64/mysql-workbench/libmysqlcppconn.so.7: symbol mysql_server_init, version libmysqlclient_18 not defined in file libmysqlclient.so.18 with link time reference

Here is related bug that says it is a bug in Fedora. https://mariadb.atlassian.net/browse/MDEV-6270

But for now, I cannot run workbench. Is there a way to manually install correct file from somewhere else? Or is there a way to download MySQL Workbench that actually works?

Upvotes: 1

Views: 761

Answers (1)

Artur
Artur

Reputation: 11

  1. install mysql fedora repo from here http://dev.mysql.com/downloads/repo/yum/
  2. install mysql-community-client package

Upvotes: 1

Related Questions