Bug #34984 | [patch] mysqld_multi to support reload option | ||
---|---|---|---|
Submitted: | 2 Mar 2008 13:44 | Modified: | 8 Mar 2011 18:39 |
Reporter: | Richard Bos (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S4 (Feature request) |
Version: | 5 | OS: | Any |
Assigned to: | Hery Ramilison | CPU Architecture: | Any |
Tags: | Contribution |
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
[2 Mar 2008 13:46]
Richard Bos
[12 Mar 2008 16:09]
Michal Marek
updated patch, creates datadir if needed on first db startup
Attachment: mysqld_multi.patch (text/x-diff), 5.60 KiB.
[14 Mar 2008 13:29]
Michal Marek
updated patch, with a bug in 'start' and 'reaload' fixed
Attachment: mysqld_multi.patch (text/x-diff), 5.67 KiB.