Dynadot โ€” .com Registration $8.99

Need help with Vb error...

Spaceship Spaceship
Watch
Impact
11
What is the meaning of this Vb error?
And what am I suppose to do?

Database error in vBulletin :

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect]: Too many connections
/home/adibhad5/public_html/kallangroar/includes/class_core.php on line 273

MySQL Error :
Error Number :
Date : Wednesday, December 13th 2006 @ 03:50:31 AM
Script : http://kallangroar.com/showthread.php?p=13598
Referrer :
IP Address : 66.249.72.244
Username :
Classname : vB_Database
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
There's a MySQL configuration variable called max_connections - you will get that message if you try to exceed that number of simultaneous database processes. I think the default is 100. It can be (and usually is) set higher, whether or not you can change it depends on how much control you have over your hosting environment...
 
0
•••
enlytend said:
There's a MySQL configuration variable called max_connections - you will get that message if you try to exceed that number of simultaneous database processes. I think the default is 100. It can be (and usually is) set higher, whether or not you can change it depends on how much control you have over your hosting environment...

where do i changed the value?
 
0
•••
adiboy said:
where do i changed the value?
It's most likely within the config.php file, in your includes directory.
 
0
•••
The total number of database connections allowed is controlled by my.cnf (and/or my.ini on Win) - the MySQL configuration file. There can be config files for global, server-specific and user options - I *think* the user file it looks for (Linux/Unix) is .my.cnf in your home directory, but you may want to double-check that in the MySQL docs. You can't override higher-level settings - if the server config is set at 200 connections you can't override it on a user configuration file to make it 500.

There are some PHP variables which control # of connections per process, such as mysql.max_links and the persistent link variables (mysql.max_persistent ...), but they wouldn't override the database settings.
 
0
•••
Dynadot โ€” .com Registration $8.99Dynadot โ€” .com Registration $8.99
Appraise.net
Unstoppable Domains
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back