It's not always that easy to drop all of the tables in a db
But here are two great ways:
- Use a script to enumerate all of the tables and drop them one by one
- Use mysqldump to create a dump with just the schema statements and grep out the drop tables