mysql workbench won't run on Centos 7

Issues related to applications and software problems
Post Reply
weaved
Posts: 5
Joined: 2017/11/20 15:27:56

mysql workbench won't run on Centos 7

Post by weaved » 2017/11/20 15:46:11

Hi All,

I've tried a couple of different rpm packages but still the application installs without error but won't run. It's been a few years since I spent any time with centos. The install completes and when I click on the short cut the application crashes and the centos bug reporter kicks in.

Can anyone give me some clue what's wrong ?

Server Working: mysql-community-server-5.7.20-1.el7.x86_64.rpm

Workbench: mysql-workbench-community-6.3.10-1.el7.x86_64.rpm

thanks in advance

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: mysql workbench won't run on Centos 7

Post by TrevorH » 2017/11/20 15:50:46

Run it from a command prompt so you can see any error messages it issues.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

weaved
Posts: 5
Joined: 2017/11/20 15:27:56

Re: mysql workbench won't run on Centos 7

Post by weaved » 2017/11/21 17:36:14

Hi

Hope I've done this correct.....

Opened the terminal window and entered mysql-workbench.

/usr/libexec/mysql-workbench/mysql-workbench-bin: error while loading shared libraries: libtinyxml.so.0: cannot open shared object file: No such file or directory

Not sure but it might be missing some library.


thanks,

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: mysql workbench won't run on Centos 7

Post by TrevorH » 2017/11/21 17:41:30

Yes, it's missing that library. Run yum provides '*/libtinyxml.so.0' to see what package(s) supply that file. Install it and try again.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

weaved
Posts: 5
Joined: 2017/11/20 15:27:56

Re: mysql workbench won't run on Centos 7

Post by weaved » 2017/11/21 18:00:35

Thanks Trevor

I yum installed the tinyxml from the epel repo and workbench appears to be working..... :D

thanks again,

weaved

weaved
Posts: 5
Joined: 2017/11/20 15:27:56

Re: mysql workbench won't run on Centos 7

Post by weaved » 2017/11/21 19:04:01

Can't believe this but an update notification came in and I accepted without checking Mysql Workbench was being updated to latest.

Now Workbench no longer runs. :|

I did as you suggested last time ran workbench from the terminal window and reams of info displayed.... I believe a system dump was most of this.

At the top part it displayed some kind of warning.

Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
*** Segmentation fault


Thanks,

weaved

weaved
Posts: 5
Joined: 2017/11/20 15:27:56

Re: mysql workbench won't run on Centos 7

Post by weaved » 2017/11/21 20:00:29

Not to worry......

Removed the latest version and manually reinstalled the previous and all is well.

How do I keep Centos from updating workbench at least for the foreseeable future ?


thanks,

weaved

lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: mysql workbench won't run on Centos 7

Post by lightman47 » 2017/11/21 23:08:04

I got tired of this and opted for phpMyAdmin on my db server. Now I web page in and it all 'just works'. In addition, because I used yum to install, updates are 'automatic'.

Post Reply