Limit MySQL usage

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
kilgore
Forum User
Forum User
Posts: 53
Joined: Sat Dec 04, 2004 4:37 am

Limit MySQL usage

Unread post by kilgore »

Dear,

PHP got limitation : 30s execution time and 8 MBits memory usage but MySQL isn't getting any limitation.

I want to limit MySQL usage in order to ensure my server isn't going to be unstable.

I need to limit query execution time (not to log slow-queries) and number of query per second (per user or global).

Is this possible with MySQL ?

Any other idea appreciated :)

Best regards,

Kilgore
Post Reply