R: Connections on Database

2008-03-31 Thread Nanni Claudio
marzo 2008 15.59 A: mysql@lists.mysql.com Oggetto: Connections on Database Hi, How can i limit connections to my database? Regards, Velen Questo messaggio ed ogni suo allegato sono confidenziali e possono essere riservati o, comunque, protetti dall'essere diffusi. Se il ricevente non é il

Re: Connections on Database

2008-03-31 Thread Daniel Brown
On Sun, Mar 30, 2008 at 9:59 AM, Velen [EMAIL PROTECTED] wrote: Hi, How can i limit connections to my database? RTFM: http://dev.mysql.com/doc/refman/5.0/en/user-resources.html -- /Daniel P. Brown Forensic Services, Senior Unix Engineer 1+ (570-) 362-0283 -- MySQL General Mailing

Re: Connections on Database

2008-03-31 Thread Vidal Garza
Velen escribió: Hi, How can i limit connections to my database? Regards, Velen max_user_connections = 50 max_connections = 50 -- Ing. Vidal Garza Tirado Depto. Sistemas Aduanet S.A. de C.V. Tel. (867)711-5850 ext. 4346, Fax (867)711

Re: Connections on Database

2008-03-31 Thread Eric Bergen
You probably only want max_connections and not max_user_connections. Max_user_connections is the number of times a user can connect per hour.. -Eric 2008/3/31 Vidal Garza [EMAIL PROTECTED]: Velen escribió: Hi, How can i limit connections to my database? Regards, Velen

Re: Connections on Database

2008-03-31 Thread Eric Bergen
connect per hour.. -Eric 2008/3/31 Vidal Garza [EMAIL PROTECTED]: Velen escribió: Hi, How can i limit connections to my database? Regards, Velen max_user_connections = 50 max_connections = 50

Connections on Database

2008-03-30 Thread Velen
Hi, How can i limit connections to my database? Regards, Velen

Limiting connections per database

2001-06-15 Thread Seth
Just wondering if there is a way to limit the number of connections to a particular database without starting up another server to run that database specifically. - Before posting, please check:

Re: Limiting connections per database

2001-06-15 Thread Jeremy Zawodny
On Fri, Jun 15, 2001 at 04:22:55PM -0400, Seth wrote: Just wondering if there is a way to limit the number of connections to a particular database without starting up another server to run that database specifically. This isn't exactly what you want, but you CAN limit the number of

Limit mysql connections by database user?

2001-01-13 Thread Issam W. Alameh
Hello, is there a way to limit the connection which the mysql user can do?? I have a server with 12 database users, and sometimes, one of the users makes large number of connections because of a bulletin board he is using, is there a way to limit the number of connections that he can do?