Re: what happen if exceed max connection in innodb

2005-02-07 Thread Gabriel PREDA
Hi Chenri, > 1. is this value for one database or for overall mysql connections? The value is for overall mysql connections... so it's not for one database. > 2. i'm unable to generate 100 connections, i don't have 100 workstations yet, > how do i test it? Why would you ? > 3. what w

Re: what happen if exceed max connection in innodb

2005-02-07 Thread Gleb Paharenko
Hello. > 1. is this value for one database or for overall mysql connections? This values is for overall mysql connections. > 2. i'm unable to generate 100 connections, i don't have 100 workstations yet, >how do i test it? You may write a perl script, for example. > 3. what will

what happen if exceed max connection in innodb

2005-02-06 Thread Chenri
my my.ini contain max_connections=100 this mean that simultaneous connection available is 100 connections, my questions are: 1. is this value for one database or for overall mysql connections? 2. i'm unable to generate 100 connections, i don't have 100 workstations yet, how do i test it? 3.