Bug #72356 | Creating Slave server from mysqldbexport file using mysqldbimport, brokes slave | ||
---|---|---|---|
Submitted: | 16 Apr 2014 13:01 | Modified: | 8 Jul 2014 20:01 |
Reporter: | Shahriyar Rzayev | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.6.10 | OS: | Linux (CentOS 6.5) |
Assigned to: | 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
[17 Apr 2014 19:15]
Shahriyar Rzayev
[19 Apr 2014 22:11]
Shahriyar Rzayev
Slave Server Error Log
Attachment: linuxsrv3.err (application/octet-stream, text), 9.08 KiB.
[6 May 2014 11:43]
Shahriyar Rzayev
Master Server my.cnf file
Attachment: master_my.cnf (application/octet-stream, text), 3.38 KiB.
[6 May 2014 11:43]
Shahriyar Rzayev
Slave server my.cnf file
Attachment: slave_my.cnf (application/octet-stream, text), 3.37 KiB.