Bug #51789 Localhost Connection failure for server administration
Submitted: 6 Mar 2010 4:45 Modified: 23 Mar 2010 15:15
Reporter: Jason Christman Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S2 (Serious)
Version:5.2.16oss beta OS:Windows (windows 7 ultimate 64 bit)
Assigned to: CPU Architecture:Any

[6 Mar 2010 4:45] Jason Christman
Description:
Exception = System.Runtime.InteropServices.SEHException
Message = External component has thrown an exception.
FullText = System.Runtime.InteropServices.SEHException: External component has thrown an exception.
   at MySQL.Forms.DrawBoxImpl.drawbox_mouse_click(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Setup connection and tests ok, when using administration and set connections and then click to administer the error happened

How to repeat:
Errors when connecting to localhost server.
Click on server administration and select localhost connection that is setup 127.0.0.1:3306 and the error happens.
[6 Mar 2010 5:11] Jason Christman
Screen capture showing setup connection and error.

Attachment: mysql_workbench.zip (application/x-zip-compressed, text), 483.40 KiB.

[9 Mar 2010 12:27] Valeriy Kravchuk
What exact version of MySQL server, x.y.z, are you trying to connect to?
[9 Mar 2010 15:40] Jason Christman
The server version is MySQL 5.1.44-community 

Hardware is 8x Intel(R) Core(TM)i7 CPU 920 @ 2.67GHz, 6.0 GB RAM

The server is configured as a developer setup.
[10 Mar 2010 10:00] Susanne Ebrecht
Is the server running and listening on that port?
[14 Mar 2010 7:33] Jason Christman
Yes, I can use the Workbench 5.1.18 OSS and it works fine just not the installed beta version
[22 Mar 2010 21:57] Johannes Taxacher
this is a duplicate of Bug #51476
[23 Mar 2010 15:15] Jason Christman
I tracked through the posts that all say this is a duplicate of bug of, 51483, 51476, 51522 and many others. Only a few have the same system error output and only a couple are on the same operating system.  How ever they all a peer to be doing remote connections.  My connection is to the localhost MySQL Server.