21

Yes i have searched for this but got solution for this in single query.

Any solution in MySQL to drop all tables(NOT TRUNCATE) from database in single query.

Prashant Shilimkar
  • 8,402
  • 13
  • 54
  • 89

1 Answers1

26

As far as I know you have to do it individually: DROP TABLE user, settings, images

Darren Lilley
  • 404
  • 5
  • 9