Where is the database name in this statement

mysql -u hack -p hacker <backup.sql


Should be

mysql -u hack -p hacker DatabaseNameGoesHere < backup.sql