Option to re-create database
There should be an option to re-create an entire database. So instead of dropping all tables, we should be able to mysql DROP TABLENAME and mysql CREATE TABLENAME. I ran into a major mysql bug and my database was corrupt, even when I dropped all tables. I do not want to change the name of the database, just be able to re-create the database from scratch.
1
vote
