After looking around for a while, here is a littleĀ recipeĀ to efficiently drop all tables from a MySQL database. Background story: If you have sufficient access rights to the MySQL server, you could easily drop database dbname; and create database dbname; If circumstances don’t allow you to drop and create this way, here are two ways […]