Bug #14422 | LOAD DATA LOCAL INFILE errcode 13 | ||
---|---|---|---|
Submitted: | 28 Oct 2005 11:10 | Modified: | 31 Oct 2005 8:48 |
Reporter: | Jordi Garcia | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 3.51.12 | OS: | Windows (Windows XP SP2) |
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
[28 Oct 2005 11:11]
Jordi Garcia
[30 Oct 2005 9:28]
Vasily Kishkin
Test case
Attachment: test.c (text/plain), 4.16 KiB.
[30 Oct 2005 11:36]
Jordi Garcia
Create a new ODBC DSN like this and check that it works
Attachment: Create a new ODBC DSN.gif (image/gif, text), 14.88 KiB.
[30 Oct 2005 11:59]
Jordi Garcia
Test application compiled and sources (Delphi 7) Part 1
Attachment: Test.part1.rar (application/octet-stream, text), 190.00 KiB.
[30 Oct 2005 12:00]
Jordi Garcia
Test application compiled and sources (Delphi 7) Part 2
Attachment: Test.part2.rar (application/octet-stream, text), 61.46 KiB.