Dump and restore MySQL-databases

Dump database

$ mysqldump --user=root --password=xxxxx thermiq_db >thermiq_db.sql

Restore database

$ mysql --user=root --password=xxxxx thermiq_db