Bug #63129 | Executing several SQL Commands at once | ||
---|---|---|---|
Submitted: | 7 Nov 2011 16:37 | Modified: | 15 Nov 2011 13:56 |
Reporter: | Alexander Ratz | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 5.2.35 | OS: | MacOS |
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
[7 Nov 2011 17:47]
Alexander Ratz
[7 Nov 2011 17:48]
Alexander Ratz
Procedure does not exist message after creating it
Attachment: Screen Shot 2011-11-07 at 12.47.58 PM.png (image/png, text), 98.37 KiB.