Tag archives for zcat syntax and example
Extract gz sql file and import in database using cli
To import sql compressed gz database file in the database server using cli. Follow the instructions and import the database file. Syntax: zcat ~/ | mysql -h hostname -u user-name…