Bug #70476 | "The command line is too long." when exporting list of tables in Workbench | ||
---|---|---|---|
Submitted: | 1 Oct 2013 14:27 | Modified: | 16 Jun 2014 5:17 |
Reporter: | Bob Hansen | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench: Administration | Severity: | S3 (Non-critical) |
Version: | 6.0.7.11215 | OS: | Windows (Win7 Ultimate 64bit) |
Assigned to: | CPU Architecture: | Any | |
Tags: | database, export, failed, Operation, tables, workbench |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[1 Oct 2013 14:30]
Bob Hansen
[1 Oct 2013 14:30]
Bob Hansen
One attempted workaround for the error
Attachment: command_line_too_long_comspec.png (image/png, text), 8.62 KiB.