Bug #59249 MySQL Workbench fails to connect to a remote server for dump using SSL
Submitted: 1 Jan 2011 21:15 Modified: 4 Sep 2012 22:00
Reporter: Antonio Exposito Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S3 (Non-critical)
Version:5.2.31 OS:Windows
Assigned to: Johannes Taxacher CPU Architecture:Any

[1 Jan 2011 21:15] Antonio Exposito
Description:
If you try to dump a database using a remote server connection through SSL (with certs), the mysqldump call doesn't include the info related to client certificates.

How to repeat:
- Create a SSL connection to a remote server in WB.
- Add certs paths and info.
- Try to execute a database dump.

Suggested fix:
If the certs info is included in the command line call created by WB, it works. So it is only necessary to include this info in the call.
[9 Aug 2012 5:04] Alfredo Kojima
bug #64363 is a duplicate
[4 Sep 2012 22:00] Philip Olson
Fixed as of the upcoming Workbench 5.2.43, and here's the changelog entry:

 MySQL Workbench would not export data when using a remote server connection
 through SSL with certificates. 

Thank you for the report.