PDA

View Full Version : Database problems, Site Problem, Please Help !


coolphim
06-15-2006, 03:20 AM
My site usually gets this message when there are around 200 users ONLINE. I contacted my host provider but they said that I had to contact web coding developer. Please tell me what to do to prevent this Problem. THANKS


THIS IS THE ERROR MESSAGE I GET:

http://img223.imageshack.us/img223/9389/error8tn.jpg



THIS IS THE CODE OF THAT ERROR PAGE

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title> Database Error</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<style type="text/css">
<!--
blockquote { margin-top: 75px; }
p { font: 11px tahoma, verdana, arial, sans-serif; }
-->
</style>
</head>
<body>
<blockquote>
<blockquote>
<p><strong>There seems to have been a problem with the database.</strong><br />
Please try again by clicking the <a href="#" onclick="window.location = window.location;">Refresh</a> button in your web browser.</p>
<p>An E-Mail has been dispatched to our <a href="mailto:www.vietdown.org@gmail.com">Technical Staff</a>, whom you can also contact if the problem persists.</p>
<p>We apologise for any inconvenience.</p>


<!--
Database error in vBulletin :

mysql_connect(): User vddb_vietdown has already more than 'max_user_connections' active connections
/home/vddb/public_html/vbb/includes/class_core.php on line 279

MySQL Error :
Error Number :
Date : Wednesday, June 14th 2006 @ 11:11:46 PM
Script : http://www.vietdown.org/vbb/index.php
Referrer :
IP Address : 69.236.91.15
Username :
Classname : vb_database
-->


</blockquote>
</blockquote>
</body>
</html>

kall
06-15-2006, 03:28 AM
The max_user_connections error occurs when (obviously) there are too many connections to the database.

Have a word with your host, ask what this is, and if they can increase it.

Ntfu2
06-15-2006, 05:31 AM
If you have 200 users all access the database at the same time you shouldnt be on a shared environment (if you are) and most VPS arent probably enough either.