Description:
In my HOST y have installed:
- WinXP SP3
- MySQL Client 5.1.11
- MySQL QueryBrowser 1.2.17
- MySQL Administrator 1.2.17
- MySQL workbench 5.2.16 (here makes me error)
and in my Server:
- Win2003 Server
- MySQL essential 5.1.44 (TCP-IP)
- MySQL workbench 5.2.16 (here, using localhost, works me fine)
When I'm try to open a remote administration instance fails and show me this error message:
Exception = System.Runtime.InteropServices.SEHException
Message = Un componente externo produjo una excepción.
FullText = System.Runtime.InteropServices.SEHException: Un componente externo produjo una excepción.
en MySQL.Forms.DrawBoxImpl.drawbox_mouse_click(Object sender, MouseEventArgs e)
en System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
en System.Windows.Forms.Control.WndProc(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
How to repeat:
easy:
1) create a new server instance for administration
2) click on "Server Administration"
3) select instance created and click on "OK" button
note: I'm trying to connect to a Windows domain network usign the IP from the MySQL server.
Suggested fix:
the same for the "query analizer" option (SQL Developement) works well.