Bug #67475 | Restoring routines from dump file fails | ||
---|---|---|---|
Submitted: | 5 Nov 2012 15:39 | Modified: | 28 Jan 2013 13:42 |
Reporter: | Judy Whiteside | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 5.2.44 | OS: | Windows (Win 7 Pro x64) |
Assigned to: | CPU Architecture: | Any | |
Tags: | dump, restore |
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
[5 Nov 2012 15:41]
Judy Whiteside
[6 Nov 2012 21:44]
Judy Whiteside
screenshot of mysql cmd line run of restore script
Attachment: restoreRoutinesBug-screenshot.PNG (image/png, text), 151.12 KiB.