Bug #66295 | mysql cluster environment (mysql-5.1.56 ndb-7.1.15) date node often shutdown and | ||
---|---|---|---|
Submitted: | 10 Aug 2012 2:41 | Modified: | 14 Aug 2019 19:23 |
Reporter: | Ananth Narayanamoorthy | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: NDB API | Severity: | S1 (Critical) |
Version: | mysql-5.1.56 ndb-7.1.15 | OS: | Linux (2.6.16.60-0.21-smp - x86_64 x86_64 x86_64 GNU/Linux) |
Assigned to: | MySQL Verification Team | 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