Re: [mysql option max_user_connections doesn't seem to work]

2002-06-27 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > >Description: > >I have the max_user_connections set to 150 on every one of my servers but a >single user is still able to use up to 250 connections. (max_connections=250) > > >How-To-Repeat: > >execute a huge query then send 250 updates

[mysql option max_user_connections doesn't seem to work]

2002-06-27 Thread rhuddleston
>Description: I have the max_user_connections set to 150 on every one of my servers but a single user is still able to use up to 250 connections. (max_connections=250) >How-To-Repeat: execute a huge query then send 250 updates separately to that same table. >Fix: