Bug #64363 | Exporting data over SSL connections | ||
---|---|---|---|
Submitted: | 17 Feb 2012 13:45 | Modified: | 9 Aug 2012 5:04 |
Reporter: | Markku Laine | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench: Administration | Severity: | S2 (Serious) |
Version: | 5.2.35, 5.2.37, 5.2.38 | OS: | MacOS |
Assigned to: | CPU Architecture: | Any | |
Tags: | data, export, SSL, workbench |
[17 Feb 2012 13:45]
Markku Laine
[17 Feb 2012 14:27]
Valeriy Kravchuk
Please, check if the same problem still happens with a newer version, 5.2.37.
[20 Feb 2012 7:03]
Markku Laine
Hi Valeriy, I updated MySQL Workbench to the version (5.2.37) you suggested but the problem still remains. If I remember correctly, I tried to export data on a Windows machine with the latest version of MySQL Workbench and failed to complete the task as well. Br, +Markku
[23 Feb 2012 21:02]
MySQL Verification Team
Please try version 5.2.38. Thanks.
[24 Feb 2012 6:10]
Markku Laine
Hi, Thanks for the new version. I tried it (v5.2.38) on Mac OS X 10.6.8 (did not try either on Windows or the import command). Unfortunately, the new version failed to complete the export data command over an SSL connection. I just kept on getting the same error message (see below) every second and could not stop the exporting process using the Stop button. ------------------- 8< ----------------- Operation failed with exitcode 2 08:02:20 Dumping my_schema (my_table_1, my_table_2, etc.) Running: /Applications/MySQLWorkbench.app/Contents/Resources/mysqldump --defaults-extra-file="/var/folders/mY/mYHw9ALZHAi63oZemNVbr++++TI/-Tmp-/tmpTIaAc8/extraparams.cnf" --user=my_username --max_allowed_packet=1G --host=my_host --port=3306 --default-character-set=utf8 "my_schema" "my_table_1" "my_table_2" etc. mysqldump: Got error: 1045: Access denied for user 'skunkadmin'@'etesian.tml.hut.fi' (using password: YES) when trying to connect ------------------- 8< ----------------- Br, +Markku
[24 Feb 2012 19:42]
Frederik Lindberg
the extraparams.cnf file has password, but no --ssl* options. 5.2.35, revision 5753, Mac OS X. Very cool tool! Thanks! Fred
[15 Mar 2012 16:49]
Alfredo Kojima
Verified, SSL connection support is not yet supported for dump/import
[9 Aug 2012 5:04]
Alfredo Kojima
Duplicate of bug #59249