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

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -