PDA

View Full Version : Hi ^^


comunidadmh
02-04-2012, 05:40 AM
anyone knows why this happens to me: S?

Database error in vBulletin :

mysql_connect(): Too many connections
/users/webs/comunidadmh.com/htdocs/includes/class_core.php on line 314

MySQL Error :
Error Number :
Request Date : Saturday, February 4th 2012 @ 03:06:52 AM
Error Date : Saturday, February 4th 2012 @ 03:06:52 AM
Script : http://www.comunidadmh.com/ccpic.php?userid=12
Referrer : http://www.comunidadmh.com/index.php
IP Address : 190.47.114.61
Username :
Classname : vB_Database
MySQL Version :

Lynne
02-04-2012, 05:47 PM
The server has maxed out the number of MySQL connections it allows. You can try turning persistent connections off by adding this to your config.php:
$config['MasterServer']['usepconnect'] = 0; But, if you still have the problem you will have to talk to your host about raising that limit. Also, see this Common MySQL Error Messages (https://www.vbulletin.com/docs/html/troubleshoot_mysql_errors)

comunidadmh
02-04-2012, 08:43 PM
lsito was a problem that was being repaired hosting xD

Well thank you very much, very kind :)