Biomathematicus

Science, Technology, Engineering, Art, Mathematics

  • Remove all tables from a MySQL schema

    The problem: I have a MySQL database schema with 100+ tables and I want to delete all tables using a simple command. The solution: Most solutions out there tell you to use a cryptic command line argument. You can actually do it with two SQL queries: First, list all tables in the MySQL schema: This…

    Continue Reading