Create database using Backup file

Hi,

I have backup file of database in my server. I want to create a that database in the same Mysql Server. How can I do that?

Please send the steps to create the database using backup file?

Thanks a lot,

terminal >

mysql -uroot -p <db_copy> < /path/to/file.sql