0

I'm using local installation of MySQL CE on Windows 7 64-bit. Tried to use Administrator part for the first time.

enter image description here

Here's the error I'm getting:

MySQL Workbench Error

I also see the following in the log:

<object db.mgmt.Connection> key=connection could not be resolved

This information is probably not enough to diagnose the problem. Please let me know what I need to post so I can get some help.

asked May 10, 2014 at 22:34

1 Answer 1

1

You are using an old MySQL Workbench version. Please update to the latest version: http://mysqlworkbench.org/2014/04/whats-new-in-mysql-workbench-6-1/.

In older versions of MySQL Workbench we had connections and management instances separated. So it could happen that you have a server instance without a connection assigned. You could edit that instance to re-assign a connection to make it work.

Since version 6.0 this separation is gone. You only have a connection with all the necessary settings for management too.

answered May 12, 2014 at 6:53
4
  • It worked. Thank you. One more question: MySQL itself is at version 6.5.10.1 Is it fresh enough? Commented May 12, 2014 at 14:59
  • There's no version 6.5.x for MySQL. The current stable release is 5.6.17 and the next dev version is 5.7.4. Commented May 13, 2014 at 6:55
  • I accidentally swapped first two numbers. I meant, 5.6.10. 1.. Is there a compelling reason for me to upgrade to the latest? Commented May 13, 2014 at 14:43
  • That probably depends heavily on your environment, what you need and if you have problems with the current version. If you just want to base your decision on improvements then your best bet is to read up the release notes for each server version. E.g. newer versions always have many bugs fixed, are significantly faster than previous versions and sometimes have new features. Commented May 14, 2014 at 7:39

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.