Here is a cool script that will drop all of your MySQL databases, all but mysql and informatoion_schema databases.
I use this script when ever i want to rebuild my replication server.
The command will create the drop database statement for all the database but mysql and information_schema databases then pipe the
command into mysql to execute.
The output would be some thing like this: