Bug #31523 | Lost connection to MySQL server during query, CR_SERVER_LOST | ||
---|---|---|---|
Submitted: | 11 Oct 2007 9:17 | Modified: | 25 Dec 2007 16:54 |
Reporter: | Pirmin Braun | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S2 (Serious) |
Version: | 5.0.37 | OS: | Windows (5.0.37-community-nt on Windows XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | CR_SERVER_LOST, mysql_fetch_row, mysql_store_result, mysql_use_result |
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
[11 Oct 2007 13:14]
Pirmin Braun
[11 Oct 2007 13:15]
Pirmin Braun
DB Abstraction Layer
Attachment: PBMySQLChannel.m (application/octet-stream, text), 15.43 KiB.
[11 Oct 2007 13:16]
Pirmin Braun
.h for DB Abstraction Layer
Attachment: PBMySQLChannel.h (application/octet-stream, text), 2.04 KiB.
[11 Oct 2007 13:17]
Pirmin Braun
ObjC Categorie of WOApplication dedicated to DB Handling
Attachment: Application_1.m (application/octet-stream, text), 75.93 KiB.
[11 Oct 2007 13:17]
Pirmin Braun
.h for ObjC Categorie of WOApplication dedicated to DB Handling
Attachment: Application_1.h (application/octet-stream, text), 4.53 KiB.
[11 Oct 2007 13:21]
Pirmin Braun
IntarScript with Business Logic that performes the processing causing the error
Attachment: bu_migration_auftraege.script (application/octet-stream, text), 5.60 KiB.