Bug #53764 | Creating new Schema defaults to new_schema | ||
---|---|---|---|
Submitted: | 18 May 2010 20:23 | Modified: | 28 May 2010 10:32 |
Reporter: | Bishnu Timalsina | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S2 (Serious) |
Version: | 5.2.21 RC | OS: | MacOS (10.6.3 64 bit) |
Assigned to: | Alfredo Kojima | 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
[19 May 2010 5:15]
Bishnu Timalsina
[19 May 2010 5:15]
Bishnu Timalsina
Step Two
Attachment: step_two.png (image/png, text), 126.79 KiB.
[19 May 2010 5:15]
Bishnu Timalsina
Step Three
Attachment: step_three.png (image/png, text), 70.48 KiB.
[19 May 2010 5:16]
Bishnu Timalsina
Step Four
Attachment: step_four.png (image/png, text), 11.21 KiB.