I know, this question is asked here.
But, my question is related with windows azure server. I am in Free version of windows azure right now. I tried it with Shared version too. But, sometimes I am getting the same error for mysql connection.
ERROR
PHP Fatal error: Uncaught exception 'PDOException' with message
'SQLSTATE[HY000] [1226] User 'username' has exceeded the
'max_user_connections' resource (current value: 4)'
How can I resolve this problem ? Do I need to increase number of instances in azure management portal? My website is in php.
Any kind of help will be appreciated. Thanks.