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
Post a Comment