Mysqldump without "create database"?

hey all, just a quick question.

is it possible to create a mysqldump without the “create database” and “use database” comments in the resulting file? I need to restore a database but it needs to go into a temporary table first.

Try:
http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html#option_mysqldump_no-create-db

excellent, thanks