Sunday, 15 January 2012

how many connections will accept mysql node system -



how many connections will accept mysql node system -

i have running 1 big web application , manipulate around 2 gp of info 1500 users in node system.i didn't go server. while users in live server goes down. want know below things

how many connections mysql(opensource) take @ time.

you can go /etc/my.cnf file , check maximum connection allowed.

the default setting max_connections 100. can update that.

you can alter setting e.g. 200 issuing next command without having restart mysql server

set global max_connections = 200;

mysql

No comments:

Post a Comment