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

NAME

6       lz4_decompress - decompress mysqlpump LZ4-compressed output
7

SYNOPSIS

9       lz4_decompress input_file output_file
10

DESCRIPTION

12       The lz4_decompress utility decompresses mysqlpump output that was
13       created using LZ4 compression.
14
15           Note
16           If MySQL was configured with the -DWITH_LZ4=system option,
17           lz4_decompress is not built. In this case, the system lz4 command
18           can be used instead.
19
20       Invoke lz4_decompress like this:
21
22           shell> lz4_decompress input_file output_file
23
24       Example:
25
26           shell> mysqlpump --compress-output=LZ4 > dump.lz4
27           shell> lz4_decompress dump.lz4 dump.txt
28
29       To see a help message, invoke lz4_decompress with no arguments.
30
31       To decompress mysqlpump ZLIB-compressed output, use zlib_decompress.
32       See zlib_decompress(1).
33
35       Copyright © 1997, 2019, 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                         02/20/2019                 LZ4_DECOMPRESS(1)
Impressum