vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Database error (need help) (https://vborg.vbsupport.ru/showthread.php?t=180870)

geevest.com 05-29-2008 08:56 AM

Database error (need help)
 
I get email from database :

Quote:

Database error in vBulletin :

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

MySQL Error :
Error Number :
Request Date : Thursday, May 29th 2008 @ 05:11:36 AM
Error Date : Thursday, May 29th 2008 @ 05:11:36 AM
Script : http://namedomain/forum/showthread.php?t=9359
Referrer : http://namedomain/forum/gak-bugil/index2.html
IP Address : 219.73.123.134
Username :
Classname : vB_Database
MySQL Version :
75 inbox all the messages is same error.

Marco van Herwaarden 05-29-2008 09:03 AM

mysql_connect(): Too many connections
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 problems after that, you will need ask your host to raise the maximum number of connections they allow.

Here is more info on that error: http://dev.mysql.com/doc/refman/5.0/...nnections.html

geevest.com 05-29-2008 09:14 AM

i see in my config.php
$config['MasterServer']['usepconnect'] = 0;
so i must change the number or what?
i take dedicated server for this.

Dismounted 05-29-2008 09:37 AM

That means it is off, and as Marco has mentioned, you will need to ask your host to raise the maximum number of connections they allow.

geevest.com 05-29-2008 03:37 PM

Its because my visit connection / inactive user reminder emails or what?
i have 15k members.

Dismounted 05-30-2008 06:53 AM

It means there are too many people accessing the database, ie. many visitors.

geevest.com 05-30-2008 12:53 PM

so the visitor visit my site was limited if i change the settingS?

Dismounted 05-31-2008 11:48 AM

I do not understand your English. The error says that too many people are accessing the database at the same time.


All times are GMT. The time now is 12:03 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01127 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete