php - PDOException' with message 'SQLSTATE[08004] [1040] Too many connections -
i've got error in php file. error says 'pdoexception' message 'sqlstate[08004] [1040] many connections'. have looked around , people says should change max_connections on mysql server. did that, doesn't work.
thanks in advance!
you should use non-persistent connections. details in php manual
Comments
Post a Comment