Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   problem with mysql (http://www.bvlist.com/showthread.php?t=486)

nako75018 20th June 2008 12:57

problem with mysql
 
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
my hosting is no full i don't know why i write this !

Fynnon 20th June 2008 13:25

Re: problem with mysql
 
this is for sure your hosting limits
what hosting are you using?

:shoot:

joeroberts 20th June 2008 14:20

Re: problem with mysql
 
thats a hosting limmet problem caused with most cheap hosting these day's

nako75018 20th July 2008 18:14

Re: problem with mysql
 
a found this in my Server variables and settings

max user connections 10

where i change this

reptileking 20th July 2008 18:26

Re: problem with mysql
 
try goign into tracker settings i think there is an option there to disable the amount of user conenctions

nako75018 21st July 2008 19:47

Re: problem with mysql
 
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.


All times are GMT +2. The time now is 08:50.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.