Bug #52262 Error trying to backup database
Submitted: 21 Mar 2010 22:46 Modified: 22 Mar 2010 12:24
Reporter: Gareth Marshall Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S2 (Serious)
Version:5.2.16 OSS Beta Revision 5249 OS:Windows (XP SP3: Version 5.1 (Build 2600.xpsp_sp3_gdr.091208-2036 : Service Pack 3))
Assigned to: CPU Architecture:Any

[21 Mar 2010 22:46] Gareth Marshall
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:
1. I have registered a remote MySQL server running on a linux machine. Type: DB Only. 
2. I then click on Manage Import / Export.
3. A dialog appears asking me to choose which server to use. I click on the remote server and then click OK.
4. A dialog then appears that says "MySQL Workbench has encountered a problem". External component has thrown an exception.
[22 Mar 2010 4:33] Valeriy Kravchuk
Can you access that remote server with some other program, like mysql command line client?
[22 Mar 2010 4:54] Gareth Marshall
Yes. I was able to use mysqldump to back up the database, and I am also able to run queries against the database in the SQL Development section.
[22 Mar 2010 12:24] MySQL Verification Team
Thank you for the bug report duplicate of http://bugs.mysql.com/bug.php?id=51477.