Bug #70448 | mysql cluster Start failed. 22: Error | ||
---|---|---|---|
Submitted: | 27 Sep 2013 3:22 | Modified: | 27 Sep 2013 5:12 |
Reporter: | shunshuncool Dnie | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Tests: Cluster | Severity: | S7 (Test Cases) |
Version: | mysql-5.5.31 ndb-7.2.13 | OS: | Linux (bug) |
Assigned to: | CPU Architecture: | Any | |
Tags: | No contact with the process (dead ?).: Permanent error: Application error |
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