|
![]() |
#1
|
|||
|
|||
![]()
hello sometimes i have this message whit template share
where is a problem can you help me please Code:
mysql_connect: User nako75018 already has more than 'max_user_connections' active connections |
#2
|
||||
|
||||
![]()
this is for sure your hosting limits
what hosting are you using? :shoot: |
#3
|
||||
|
||||
![]()
thats a hosting limmet problem caused with most cheap hosting these day's
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent Do not ask me to make a mod for any other source Do not Ask me to setup your site. I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum My Current Demo is here http://demo.btmanager.org/ |
#4
|
|||
|
|||
![]()
a found this in my Server variables and settings
max user connections 10 where i change this |
#5
|
|||
|
|||
![]()
try goign into tracker settings i think there is an option there to disable the amount of user conenctions
|
#6
|
|||
|
|||
![]()
No i don't have setting for this
The issue you reported to Network Solutions on 7/20/2008 04:42:52 AM and assigned to Service Request has been completed and closed. Your website is now resolving without error. The error you were receiving was due to too many active connections to your MySQL database. If you are using mysql_pconnect(), this type of connection never closes. It is a persistent connection that stays open for later use. This can easily cause you to have too many active connections depending on how many people visit the website. We suggest you change it to mysql_connect()instead if you are using this. If you are using mysql_connect(), you may not be closing the database connection at the end of a query, please check that all connections are closed after use. |
![]() |
Tags |
mysql , problem |
|
|