Bug #69342 | Missing options in man pages | ||
---|---|---|---|
Submitted: | 29 May 2013 9:59 | Modified: | 21 Mar 2014 13:25 |
Reporter: | Jan Staněk (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.5.31 | OS: | Any |
Assigned to: | Paul DuBois | 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
[29 May 2013 10:00]
Jan Staněk
[29 May 2013 10:00]
Jan Staněk
mysqladmin manual page patch
Attachment: community-mysql-man-mysqladmin.patch (text/x-patch), 2.97 KiB.
[29 May 2013 10:00]
Jan Staněk
mysqlbinlog manual page patch
Attachment: community-mysql-man-mysqlbinlog.patch (text/x-patch), 869 bytes.
[29 May 2013 10:01]
Jan Staněk
mysql_config manual page patch
Attachment: community-mysql-man-mysql_config.patch (text/x-patch), 768 bytes.
[29 May 2013 10:02]
Jan Staněk
mysqldump manual page patch
Attachment: community-mysql-man-mysqldump.patch (text/x-patch), 2.99 KiB.
[29 May 2013 10:02]
Jan Staněk
mysqlcheck manual page patch
Attachment: community-mysql-man-mysqlcheck.patch (text/x-patch), 1.97 KiB.
[29 May 2013 10:02]
Jan Staněk
mysqlimport manual page patch
Attachment: community-mysql-man-mysqlimport.patch (text/x-patch), 2.06 KiB.
[29 May 2013 10:03]
Jan Staněk
mysqlshow manual page patch
Attachment: community-mysql-man-mysqlshow.patch (text/x-patch), 2.34 KiB.
[29 May 2013 10:03]
Jan Staněk
mysqlslap manual page patch
Attachment: community-mysql-man-mysqlslap.patch (text/x-patch), 2.20 KiB.