hypertesto.hashnode.devA simple script to drop all tables in a MySQL databaseThis is another translation of a post written originally on my blog, i hope it will be useful! I had to drop all the tables in a MySQL database because the structure and the content were updated. I couldn't use ALTER and UPDATE statements because th...Jul 10, 2019·2 min read