Persistent Connections

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Erik
    Member
    • May 2000
    • 54

    Persistent Connections

    My ISP recently decided (or perhaps noticed for the first time) that persistent connections to the MySQL database they provide was something that would only ever be used for the purpose of abuse, and so they have disallowed this.

    Since then I've been getting database errors on a relatively constant rate of 2-20 a day, at least that's how many emails I get. In any case, is there a way to change things so that it does not use persistent connections now that things are all ready set up?
    http://wyrldscape.com
    Free Form Gaming with style and dedication.
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    You change this setting in your config.php file:

    Code:
    // use persistant connections to the database
    // 0 = don't use
    // 1 = use
    $usepconnect = 0;
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...