Quote:
Originally Posted by MrEyes
Now this has peak my curiosity, I honestly expected that the answer would be that max connections is for the entire MySQL instance my webserver uses regardless of the user account connecting.
|
Like I said, depends on your host.
Quote:
Also could you tell me which file the DB access class is located in. After a short hunt I believe it to be db_connect in includes/class_core.php but there is no harm in asking
|
db_connect is one of the function in the vB_Database class in class_core, but what you really want to look at is the stuff in init.php, where the db class is instantiated on the registry object.