Linux—— 報錯彙總

前言

記錄Linux相關的錯誤問題和解決方法mysql

問題

tar: Error is not recoverable: exiting now

【報錯】sql

tar -zxvf mysql-server_5.6.39-1ubuntu14.04_amd64.deb-bundle.tar

gzip: stdin: not in gzip format

tar: Child returned status 1

tar: Error is not recoverable: exiting now

【緣由】
沒有用gzip格式壓縮,不須要加zubuntu

【解決】
將參數改成:-xvf便解壓成功。code

tar -xvf mysql-server_5.6.39-1ubuntu14.04_amd64.deb-bundle.tar

gzip: 20191022.sql.gz: unexpected end of file

【報錯】orm

gzip: 20191022.sql.gz: unexpected end of file

【緣由】server

上傳文件不完整

【解決】ip

從新上傳文件
相關文章
相關標籤/搜索