Bug #50184 | dump fails with exitcode 7 | ||
---|---|---|---|
Submitted: | 8 Jan 2010 11:52 | Modified: | 29 Jan 2010 13:50 |
Reporter: | Susanne Ebrecht | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 5.2.14 | OS: | Linux (Ubuntu 9.04, 64 bit) |
Assigned to: | Alexander Musienko | CPU Architecture: | Any |
[8 Jan 2010 11:52]
Susanne Ebrecht
[22 Jan 2010 11:24]
Susanne Ebrecht
Still not working but I figured out why .... Workbench not use correct path for mysqldump. On my system: $ mysqldump => command not found $ PATH/bin/mysqldump is working fine I am not sure for which mysql_config is needed. I thought it will be given here already, where to find mysqldump. Anyway, my suggestion is that you will ask for client execution path during connection configuration.
[22 Jan 2010 12:37]
Alexander Musienko
Path to mysql and mysqldump is configured in Edit->Preferences->MySQL Although check for mysqldump existence will be added to make clear what is going wrong.
[22 Jan 2010 19:13]
Alexander Musienko
If mysql or mysqldump executables are not found, error will be output to the log.
[26 Jan 2010 22:17]
Johannes Taxacher
fix confirmed. will be included in 5.2.15
[29 Jan 2010 13:50]
Tony Bedford
An entry has been added to the 5.2.15 changelog: When performing a data dump in the Administrator, the operation failed with an exit code 7. MySQL Workbench has been changed so that it will generate an error if the mysqldump executable cannot be found.