Bug #30056 | replicate-rewrite-db causing slave to crash | ||
---|---|---|---|
Submitted: | 25 Jul 2007 21:19 | Modified: | 1 Dec 2008 10:22 |
Reporter: | Elan Ruusamäe (OCA) | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.0.37, 5.0.45, 5.1.26 | OS: | Linux (PLD Linux) |
Assigned to: | CPU Architecture: | Any | |
Tags: | replication crash replicate rewrite-db |
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
[6 Oct 2008 19:48]
Brian Moon
[20 Nov 2008 14:00]
Sergey Kostyliov
my.cnf from my slave
Attachment: my.cnf.slave (application/octet-stream, text), 10.53 KiB.
[20 Nov 2008 14:01]
Sergey Kostyliov
my.cnf from my master
Attachment: my.cnf.master (application/octet-stream, text), 4.20 KiB.