A simple script to drop all tables in a MySQL database
This 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...
hypertesto.hashnode.dev2 min read