1ZLIB_DECOMPRESS(1)           MySQL Database System          ZLIB_DECOMPRESS(1)
2
3
4

NAME

6       zlib_decompress - decompress mysqlpump ZLIB-compressed output
7

SYNOPSIS

9       zlib_decompress input_file output_file
10

DESCRIPTION

12       The zlib_decompress utility decompresses mysqlpump output that was
13       created using ZLIB compression.
14
15           Note
16           If MySQL was configured with the -DWITH_ZLIB=system option,
17           zlib_decompress is not built. In this case, the system openssl zlib
18           command can be used instead.
19
20       Invoke zlib_decompress like this:
21
22           shell> zlib_decompress input_file output_file
23
24       Example:
25
26           shell> mysqlpump --compress-output=ZLIB > dump.zlib
27           shell> zlib_decompress dump.zlib dump.txt
28
29       To see a help message, invoke zlib_decompress with no arguments.
30
31       To decompress mysqlpump LZ4-compressed output, use lz4_decompress. See
32       lz4_decompress(1).
33
35       Copyright © 1997, 2020, Oracle and/or its affiliates. All rights
36       reserved.
37
38       This documentation is free software; you can redistribute it and/or
39       modify it only under the terms of the GNU General Public License as
40       published by the Free Software Foundation; version 2 of the License.
41
42       This documentation is distributed in the hope that it will be useful,
43       but WITHOUT ANY WARRANTY; without even the implied warranty of
44       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
45       General Public License for more details.
46
47       You should have received a copy of the GNU General Public License along
48       with the program; if not, write to the Free Software Foundation, Inc.,
49       51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
50       http://www.gnu.org/licenses/.
51
52

SEE ALSO

54       For more information, please refer to the MySQL Reference Manual, which
55       may already be installed locally and which is also available online at
56       http://dev.mysql.com/doc/.
57

AUTHOR

59       Oracle Corporation (http://dev.mysql.com/).
60
61
62
63MySQL 8.0                         03/06/2020                ZLIB_DECOMPRESS(1)
Impressum