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
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
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.