Bug #59737 | Dump-Imports fails when WorkBench is placed in folder with spaces in its name | ||
---|---|---|---|
Submitted: | 26 Jan 2011 11:24 | Modified: | 25 May 2011 1:57 |
Reporter: | Christian Fruth | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Administration | Severity: | S3 (Non-critical) |
Version: | 5.2.31 | OS: | MacOS (10.5, 10.6) |
Assigned to: | Maksym Yehorov | CPU Architecture: | Any |
[26 Jan 2011 11:24]
Christian Fruth
[26 Jan 2011 19:14]
Valeriy Kravchuk
Thank you for the bug report. The problem is that path to mysql command line client in the command generated is NOT quoted: Running: /Users/openxs/my apps/wb.app/Contents/Resources/mysql --defaults-extra-file="/var/folders/dX/dXCzvuSlHX4Op1g-o1jIWk+++TI/-Tmp-/tmpPE6mt9/extraparams" --host=127.0.0.1 --user=root --port=3306 --default-character-set=utf8 --comments < "/tmp/Dump20110126.sql" When doing Export mysqldump path is quoted properly.
[25 May 2011 1:57]
Paul DuBois
Noted in 5.2.34 changelog. It was not possible to import a dump if Workbench was installed in a directory having a name that contained spaces.