Bug #29863 | LIBMYSQL.DLL: 0xC0000005: Access Violation | ||
---|---|---|---|
Submitted: | 18 Jul 2007 7:51 | Modified: | 6 Jul 2010 8:16 |
Reporter: | Marius Roibu | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S3 (Non-critical) |
Version: | 5.0.45 | OS: | Windows (XP SP2) |
Assigned to: | CPU Architecture: | Any | |
Tags: | reconnect failure |
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 Jul 2007 16:42]
Marius Roibu
[7 Aug 2007 16:21]
Miguel Solorzano
VS opening solution
Attachment: VS-corrupt-file.png (image/png, text), 52.43 KiB.
[20 Aug 2007 12:25]
Marius Roibu
updated source file
Attachment: bug-data-29863(ows7).rar (application/octet-stream, text), 496.63 KiB.