Restore database (or database table) from backup:
mysql -u [username] -p[password] [databasename] < [/tmp/databasename.sql]