Bug #78937 | Operation failed with exitcode 7 / unknown variable 'delayed-insert=FALSE' | ||
---|---|---|---|
Submitted: | 23 Oct 2015 10:44 | Modified: | 20 Jun 2018 16:25 |
Reporter: | Axel Werner | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 6.3.5 build 201 CE 32bit | OS: | Windows (7 pro german) |
Assigned to: | CPU Architecture: | Any | |
Tags: | regression, windows, workbench |
[23 Oct 2015 10:44]
Axel Werner
[24 Oct 2015 7:45]
MySQL Verification Team
Hello Axel Werner, Thank you for the report. Verified as described. Thanks, Umesh
[24 Oct 2015 7:45]
MySQL Verification Team
// MySQL version 5.0.96 with MySQL Workbench Community (GPL) for Windows version 6.3.5 CE build 201 (64 bit) 13:10:33 Dumping test (all tables) Running: mysqldump.exe --defaults-file="c:\users\umshastr\appdata\local\temp\tmpuhtx57.cnf" --set-gtid-purged=OFF --delayed-insert=FALSE --host=localhost --protocol=tcp --user=root --port=59468 --default-character-set=utf8 --skip-triggers "test" mysqldump: [ERROR] unknown variable 'delayed-insert=FALSE' Operation failed with exitcode 7 13:10:33 Export of C:\Users\umshastr\Documents\dumps\Dump20151024-1.sql has finished with 1 errors //MySQL version 5.0.96 with MySQL Workbench Community (GPL) for Windows version 6.3.4 revision 0 build 828 (64 bit) 13:12:35 Dumping test (all tables) Running: mysqldump.exe --defaults-file="c:\users\umshastr\appdata\local\temp\tmpuzcbu8.cnf" --set-gtid-purged=OFF --user=root --host=localhost --protocol=tcp --port=16214 --default-character-set=utf8 --skip-triggers "test" 13:12:45 Export of C:\Users\umshastr\Documents\dumps\Dump20151024-1.sql has finished
[16 Nov 2015 9:51]
Richard Quadling
Temporary fix is offered at http://stackoverflow.com/questions/20128223/export-data-from-mysql-workbench-6-0
[20 Jun 2018 16:25]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Workbench 8.0.12 release, and here's the changelog entry: An error message (Operation failed with exitcode 7) was generated during the dump operation when an attempt was made to export data running on a remote server. Thank you for the bug report.