Bug #30290 | ERROR 1030 (HY000): Got error 134 from storage engine (MyISAM) | ||
---|---|---|---|
Submitted: | 8 Aug 2007 3:23 | Modified: | 22 Feb 2009 16:34 |
Reporter: | Virgilio Quilario | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S1 (Critical) |
Version: | 5.0.27, 5.0.45 | OS: | Linux (Linux 2.6.20-1.2320.fc5) |
Assigned to: | CPU Architecture: | Any | |
Tags: | 5.0.27-1.fc5, corruption, error 1030, error 134, myisam |
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