Linux gunzip解压在windows下的使用

1,下载gunzip.exe
2,把gunzip.exe文件位置:C:\Windows\system32
3,cmd执行命令 gunzip < **** .tar.gz | mysql -uroot -proot test (test指数据库,导入****.tar.gz的压缩数据导入到数据库)

你可能感兴趣的:(数据库)