mysql - Delete all tables created by a user -


is possible delete tables created specific user? in least, how can delete tables created?

there not appear way detect user created table in mysql, not able delete table based on creator.

the closest able hoping during table creation, comment created containing user's name. can table's comment with:

select table_name information_schema.tables table_comment '%name%' 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -