Question on limiting account resources
Posted by: Charles van der Wath
Date: March 30, 2005 05:26AM

We often come across problems when some programmers (during development) accidently run queries
with unspecified join clauses. This results in unmanageble resultsets that keeps bringing our modest development server down, which in turn requires a server instance restart.

MySQL server only provides limitation on the actual number of queries sent, number of updates and number of connections per user.

Is there any way that I can limit the number of resultsets to a user account like, say, 5 million?
Thanks,
-Charles

Options: ReplyQuote


Subject
Written By
Posted
Question on limiting account resources
March 30, 2005 05:26AM


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.