Bug #3066 | Crash mysqld-max-nt | ||
---|---|---|---|
Submitted: | 4 Mar 2004 13:42 | Modified: | 8 Mar 2004 4:49 |
Reporter: | Gerry Riley | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 4.1.1a-alpha-max-debug for Win95/Win98 | OS: | Windows (W2K 5.00 2195 SP 4) |
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
[4 Mar 2004 13:47]
Gerry Riley
[4 Mar 2004 13:48]
Gerry Riley
config file
Attachment: my.ini (application/octet-stream, text), 2.30 KiB.
[4 Mar 2004 13:49]
Gerry Riley
fail query
Attachment: fail.sql (text/plain), 526 bytes.
[4 Mar 2004 13:49]
Gerry Riley
fail query
Attachment: OK.sql (text/plain), 454 bytes.