mysql -h localhost -u username -p database_name < backup_file.sql
mysql -u username -p database_name < /path/to/file.sql
//go to the DB-Connection, create a new DB //Right-Click on this DB, Choose Tools > Import. Than choose the .sql-file.