How do I restore one database from a mysqldump containing multiple databases?

Viewed 24640

I have a mysql dump with 5 databases and would like to know if there is a way to import just one of those (using mysqldump or other).

Suggestions appreciated.

2 Answers
Related