Bug #66516 | Fail on Bulk Data Transfer | ||
---|---|---|---|
Submitted: | 23 Aug 2012 15:31 | Modified: | 14 Jun 2013 1:46 |
Reporter: | Andre Bechara | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: Migration | Severity: | S2 (Serious) |
Version: | 5.2.42 CE | OS: | Windows (Windows 7 Home 64Bits) |
Assigned to: | CPU Architecture: | Any | |
Tags: | migration, SQLServer |
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
[23 Aug 2012 15:32]
Andre Bechara
[23 Aug 2012 15:36]
Andre Bechara
Migration Report
Attachment: MigrationReport.txt (text/plain), 103.64 KiB.
[23 Aug 2012 15:38]
Andre Bechara
Workbench Log
Attachment: wb.log (text/plain), 98.50 KiB.
[27 Aug 2012 19:29]
Andre Bechara
wbcopytables result
Attachment: screenshot-wbcopytables.png (image/png, text), 184.05 KiB.