Bug #35557 | Error in create an DB with large text-filed | ||
---|---|---|---|
Submitted: | 25 Mar 2008 16:27 | Modified: | 20 Jul 2009 10:54 |
Reporter: | Thomas Forstmeier | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | Mysql 5.0.27 | OS: | Windows (WINXP, WIN2003 server) |
Assigned to: | CPU Architecture: | Any | |
Tags: | odbc51_postga |
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
[26 Mar 2008 7:37]
Thomas Forstmeier
[27 Mar 2008 12:56]
Thomas Forstmeier
odbc-error
Attachment: odbc-error.zip (application/x-zip-compressed, text), 460.38 KiB.
[10 Apr 2008 20:15]
Thomas Forstmeier
here the mysql-log.zip
Attachment: mysql-log.zip (application/x-zip-compressed, text), 991 bytes.