Hi
I'm just wondering if there is a MySQL command that I can use (maybe in a php script / command in phpMyAdmin) to find any table that is empty?
All the tables have a prefix say "Test_TableName" and it is these tables with the prefix that I need to delete.
I don't know the name of the tables as they are made on the fly and there are 1000's of them hence why a script would probably be better ?
Spent a good while on google / search but nothing seems to pop up about finding tables that are empty and you have no idea what they are called!
Any pointers would be much appreciated