Bug #66135 | Can not copy data from source into target database | ||
---|---|---|---|
Submitted: | 1 Aug 2012 1:45 | Modified: | 26 Sep 2012 13:07 |
Reporter: | Riko H | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Workbench: Migration | Severity: | S2 (Serious) |
Version: | 5.2.41, 5.2.42 | OS: | Windows (Ubuntu) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Migration MySQL 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 Aug 2012 1:46]
Riko H
[1 Aug 2012 1:50]
Riko H
MySQL migration report
Attachment: MySQL Workbench Migration Wizard Report.txt (text/plain), 51.78 KiB.
[2 Aug 2012 2:42]
Riko H
Log output from data copy
Attachment: log output.txt (text/plain), 12.02 KiB.
[9 Aug 2012 6:36]
Jorg Coevert
Output logfile
Attachment: Output_log.txt (text/plain), 24.33 KiB.
[20 Aug 2012 0:30]
Riko H
SQL Dump from Ubuntu server
Attachment: test_ubuntu_20_august_2012_v1.0.sql (text/x-sql), 68.38 KiB.