MySQL Forums
Forum List  »  Performance

Query attacks against read-only database
Posted by: joe blake
Date: May 29, 2014 09:46PM

Hello,

Consider a set of static data of which I want people to run their own queries against (via Python).

What methods might be available to prevent someone from either purposely (or accidentally) DOS'ing the server via some sort of bad command? ie - a ton of joins on virtual tables. Monitoring the resources of Python online would not suffice, particularly if they have caused the mysql process to run away.

The data would actually be read-only and would not change.

Thank you.

Options: ReplyQuote


Subject
Views
Written By
Posted
Query attacks against read-only database
1454
May 29, 2014 09:46PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.