Tag archives for sql database import
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…