A simple script to drop all tables in a MySQL database
Jul 10, 2019 · 2 min read · 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...
Join discussion