Bug #87043 | Cannot start MySQL Cluster under Docker Swarm | ||
---|---|---|---|
Submitted: | 12 Jul 2017 15:28 | Modified: | 26 Jan 2021 15:16 |
Reporter: | Sean McDowell | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Package Repos | Severity: | S2 (Serious) |
Version: | 7.5 | OS: | 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
[12 Jul 2017 15:29]
Sean McDowell
[12 Jul 2017 15:29]
Sean McDowell
my.cnf file for data node & sql server
Attachment: my.cnf (application/octet-stream, text), 471 bytes.
[12 Jul 2017 15:29]
Sean McDowell
config file for management server
Attachment: mysql-cluster.cnf (application/octet-stream, text), 1.06 KiB.
[12 Jul 2017 15:29]
Sean McDowell
Minimal stack file to demonstrate the issue
Attachment: mysql_min.yml (application/octet-stream, text), 1.33 KiB.