Bug #62767 | MySQL workbench failed to export a database | ||
---|---|---|---|
Submitted: | 17 Oct 2011 1:26 | Modified: | 20 Oct 2011 1:54 |
Reporter: | Hxcan Cai | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench: Administration | Severity: | S2 (Serious) |
Version: | 5.2.35 | OS: | Linux (Fedora 15 x86-64) |
Assigned to: | CPU Architecture: | Any |
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
[18 Oct 2011 7:08]
Hxcan Cai
[18 Oct 2011 14:30]
Sergio Andres De La Cruz Rodriguez
Patch to wb_admin_export.py
Attachment: wb_admin_export.patch (application/octet-stream, text), 376 bytes.
[19 Oct 2011 0:47]
Hxcan Cai
dump of the whole database
Attachment: SbIndexTotalDump.sql (text/x-sql), 2.49 KiB.
[19 Oct 2011 13:12]
Sergio Andres De La Cruz Rodriguez
A new patch with the proposed changes
Attachment: new_wb_admin_export.patch (text/x-patch), 567 bytes.