解压文件时报错gzip stdin not in gzip format
在服务器解压 MySQL 压缩包时报错
123gzip: stdin: not in gzip formattar: Child returned status 1tar: Error is not recoverable: exiting now
用的命令为 tar -zxvf mysql-ser
...