Bug #27594 | Can't find file: '.\db1\t1.frm' (errno: 13) | ||
---|---|---|---|
Submitted: | 2 Apr 2007 19:04 | Modified: | 4 Nov 2009 16:25 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S3 (Non-critical) |
Version: | 5.0.40 | OS: | Windows (Windows only) |
Assigned to: | Konstantin Osipov | CPU Architecture: | Any |
Tags: | bfsm_2007_05_03 |
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
[2 Apr 2007 19:06]
Shane Bester
[2 May 2007 14:38]
Shane Bester
Debug trace showing the error. Search for "errno: 13" to see which threads failed.
Attachment: 13.log.bz2 (application/octet-stream, text), 490.15 KiB.