tags:

views:

415

answers:

1

i'm getting this error messages SQLSTATE[08004] [1040] Too many connections,i'm using pdo adapter...do i need to close connection...and how i do that

A: 

You need change your my.cnf file.

[mysqld] set-variable=max_connections=250

Upper the value .

Pablo Morales