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

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -