Published
- 1 min read
mysql import gz
The solution for this is noted below
mysql import gz
Solution
zcat /path/to/file.sql.gz | mysql -u 'root' -p your_database
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
zcat /path/to/file.sql.gz | mysql -u 'root' -p your_database
Try other methods by searching on the site. That is if this doesn’t work