Bug #52415 workbench 5.2 can not connect to server instance
Submitted: 28 Mar 2010 7:30 Modified: 28 Apr 2010 12:15
Reporter: peter lau Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S2 (Serious)
Version:5.2.16 OSS beta OS:Windows
Assigned to: CPU Architecture:Any
Tags: Can not connect to server instance (mysql 5.0 on ubuntu 9.04)

[28 Mar 2010 7:30] peter lau
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)

How to repeat:
Login into a mysql 5.0 server instance on ubuntu 9.04
using an user account "test" which has been granted "ALL on *.*"
[28 Mar 2010 12:15] Valeriy Kravchuk
Please, send the results of:

select user, host from mysql.user;

from that MySQL server.
[28 Apr 2010 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".