Bug #45484 | mysqldump man page warnings: can't break line | ||
---|---|---|---|
Submitted: | 13 Jun 2009 22:26 | Modified: | 15 Jul 2009 16:50 |
Reporter: | Dan Jacobson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.1.34, 5.0.83, 5.1.36 | OS: | Linux |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
Tags: | Contribution, regression |
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
[18 Jun 2009 9:20]
Sveta Smirnova
[20 Jun 2009 11:39]
Sveta Smirnova
mysqldump.1 from 5.1.36 package
Attachment: mysqldump.1 (application/octet-stream, text), 35.47 KiB.
[8 Jul 2009 0:07]
Colin Watson
example fix
Attachment: mysqldump.1.diff (text/x-diff), 619 bytes.