I created my phpMyadmin in Windows Azure which only allows 1 MySQL database for free users.
After creating a phpMyAdmin I linked MySQL Database Resources to another Website.
In this website I try to login my accounts registered to the database.
At first it goes smooth and seems there is no problem, but as i try to continue accessing the website which retrieves details from the linked MySQL Database Resources, The website returns and error of..
User 'b48a56f527c793' has exceeded the 'max_user_connections' resource (current value: 4)
But after a while 3-5mins the connection is good again.
At first I think the Windows Azure just tries to limit traffic but is it really that real cause of the problem or did i made mistake in setting up my phpMyAdmin in Windows Azure?
How to fix that error?
Big thanks in advance!