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
2010-02-09 15:52:24