Community

Cleanup a MySQL Schema

(Michael McLaughlin) My students required way to remove all their tables, views, and constraints from a MySQL database (or the alias schema). Since they’re using referential or foreign key constraints, I also wrote one procedure to drop all foreign key constraints from a database.

Read More - Register for Free Membership