Bug #24615 | Server crash during replication | ||
---|---|---|---|
Submitted: | 27 Nov 2006 10:15 | Modified: | 19 Mar 2007 15:48 |
Reporter: | Scott Wilson | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 5.0.27 | OS: | MacOS (Mac OSX 10.4.6) |
Assigned to: | CPU Architecture: | Any | |
Tags: | binlog, replication |
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
[28 Nov 2006 10:56]
Scott Wilson
[28 Nov 2006 10:56]
Scott Wilson
normal slave my.cnf (freebsd 6.1 amd64, 5.0.27)
Attachment: my.cnf.slave_normal (application/octet-stream, text), 1.62 KiB.
[28 Nov 2006 10:57]
Scott Wilson
problem slave my.cnf (OS X Server 10.4.6 64-bit, 5.0.27 64-bit)
Attachment: my.cnf.slave_problem (application/octet-stream, text), 1.63 KiB.