Author Topic: mysql workbench 5.2.34  (Read 2147 times)

Offline masarin

  • Full Member
  • ***
  • Posts: 120
Re: mysql workbench 5.2.34
« Reply #15 on: March 01, 2012, 07:59:01 AM »
I'm now connected to the mySQL server.
It works to connect locally with the "Connection method: Local Socket/Pipe."

Offline masarin

  • Full Member
  • ***
  • Posts: 120
Re: mysql workbench 5.2.34
« Reply #16 on: March 01, 2012, 11:31:23 AM »
Ok, so now I can connect by doing thie linking sugested in an earlier post:
su
cd /usr/lib/
ln -s libmysqlcppconn.so.6 libmysqlcppconn.so.5

But..

Now mysql workbench crashes when I try to execute a statement from the editor.

If i remove the link above it refuses to connect again.

Offline rubentje1991

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2110
  • Rubenus Parvus MCMXCI
Re: mysql workbench 5.2.34
« Reply #17 on: March 02, 2012, 03:04:49 AM »
Now mysql workbench crashes when I try to execute a statement from the editor.

More info about the statement, the database you're connected to etc..?

Offline liberation

  • Full Member
  • ***
  • Posts: 54
Re: mysql workbench 5.2.34
« Reply #18 on: October 05, 2012, 02:42:18 AM »
Ok, so now I can connect by doing thie linking sugested in an earlier post:
su
cd /usr/lib/
ln -s libmysqlcppconn.so.6 libmysqlcppconn.so.5

But..

Now mysql workbench crashes when I try to execute a statement from the editor.

If i remove the link above it refuses to connect again.

I have the same problem. Can not execute any query. Even through the overview you can not select a table. The program closes, the terminal message:

pure virtual method called
terminate called without an active exception
/ usr / bin / mysql-workbench: line 8: 27744 Aborted / usr / bin / mysql-workbench-bin $ *

In PCLOS 2011 program was stable. But there I compile it from source.
pclos 2012.12 (x86) - KDE 4.9.2

Offline liberation

  • Full Member
  • ***
  • Posts: 54
Re: mysql workbench 5.2.34
« Reply #19 on: October 05, 2012, 05:05:56 AM »
Problem solved. Compiled from source the latest version 5.2.44, everything works fine.
pclos 2012.12 (x86) - KDE 4.9.2