I have a lot of *.sql.gz files in directory (400+). How i can unzip all of them and then import to Mysql? I tried
gunzip -r < /share/new_moyo_ua | mysql -u root -proot new_moyo_ua
But this not work fine (gzip: stdin: Is a directory).
I have a lot of *.sql.gz files in directory (400+). How i can unzip all of them and then import to Mysql? I tried
gunzip -r < /share/new_moyo_ua | mysql -u root -proot new_moyo_ua
But this not work fine (gzip: stdin: Is a directory).
Copyright © 2021 Jogjafile Inc.