Merhaba Arkadaşlar , Evet Sorun Başlıktan anlaşılacağı gibi max user sorunu , footer.php dosyama msql_close($link); ekledim ama nafile bu sorunu nasıl çözebilirim


Hosting Şirketinin yazdığı mesaj aşağıdaki gibi ve şu anda sitem kapalı

Alıntı
Hello Burkay,

I apologize for the delay in responding to your query. I could see that the database 'burkaydata' has exceeded the maximum concurrent connections for MySQL server. So, you are unable to access the database. On our platform the maximum concurrent MySQL connections per database user is 10. As of now, there are 10 conncetions for the database 'burkaydata' from the user 'burkay12' and 17 from the user 'eburkay'. Also, some of queries are taking too long time to run(mysql sleeping connections).

Too many connections can be caused by either a lot of simultaneous connections or by old connections not being released soon enough. So please make sure that the application or script you are using closes the connection after the query action is performed so that concurrent connection is not exceeded.

You can also contact your website developer and have them make sure to close the database connection immediately after fetching the required content from the database. To close the database connection you can use mysql_close() PHP function with connection parameter.