vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   MySQL max concurrent connections (https://vborg.vbsupport.ru/showthread.php?t=168665)

ToneZ0r 03-16-2008 04:58 PM

Could I just ask a very naive question?

In the following code:

PHP Code:

// Define array of username/password combo's
$my_sql_configs = array(
  
=> array('user' => 'user1''pass' => 'pass1')
 , 
=> array('user' => 'user2''pass' => 'pass2')
 );
// Randomly select 1
$selecteduser array_rand($my_sql_configs);
// Assign selected user to config
$config['MasterServer']['username'] = $my_sql_configs[$selecteduser]['user'];
$config['MasterServer']['password'] = $my_sql_configs[$selecteduser]['pass']; 

.. should I be changing any of these values, such as 'user', 'username' and 'password' - or leaving the code exactly as it is written here on the thread?

Also, exactly where in the config.php code should I be inserting this?

I have pasted the code Marco has written exactly 'as is', and placed it in the config.php file, directly above:

PHP Code:

//    ****** DATABASE TYPE ******
//    This is the type of the database server on which your vBulletin database will be located. 

I am still getting the max_questions error when trying to import my phpbb2 board with Impex to VB 3.6.2. It's 100MB and is knocking the database out frequently when the max_questions limit kicks in.

Many Thanks :)

Dismounted 03-17-2008 06:21 AM

The "max_questions" error is different from the "max_concurrent_connections" error. Your error (max_questions) cannot be solved unless you modify the variable itself.

Marco van Herwaarden 03-17-2008 07:51 AM

Not true Dismounted, the max_questions is also counted per MySQL user in most cases.

@ToneZ0r
You should replace the 'user1' & 'pass1' (and 2, duplicate if more lines needed) with the real MySQL username/passwords you have created.

You should place the code directly under:
PHP Code:

 // ****** MASTER DATABASE USERNAME & PASSWORD ******
 // This is the username and password you use to access MySQL.
 // These must be obtained through your webhost.
$config['MasterServer']['username'] = 'xxxx';
$config['MasterServer']['password'] = 'xxxx'


Dismounted 03-18-2008 05:08 AM

Thanks for the correction, Marco. I've always thought max_questions to be counted overall, but I may be confusing things with myself. MySQL isn't my forte either :p.

SVTCobraLTD 03-18-2008 01:34 PM

So since MrEyes switched hosting companies, I guess this is not going to be known if it will work? My current company has a limit of 25 connections.


All times are GMT. The time now is 05:13 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.01949 seconds
  • Memory Usage 1,732KB
  • 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
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete