I have a web hosting with a limited access and I have to delete a number of tables. I am getting the following error while deleting tables one after the other:
user has exceeded the 'max_queries_per_hour'
I assume that this error is due to the fact that while I am pointing to a table to delete it its records are loaded.
Is there a way to delete a table in phpMyAdmin without accessing its content?