Linux gunzip解压在windows下的使用

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

发布了58 篇原创文章 · 获赞 0 · 访问量 2740

猜你喜欢

转载自blog.csdn.net/qq_30439399/article/details/104448320