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.
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.
 
    
    As far as I know you have to do it individually: DROP TABLE user, settings, images
