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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -