Where do I edit things to turn off mysql.allow_persistent

post

reply
:
In an effort to prevent automatic submissions, we require that you complete the following challenge.
Advanced BBCode Box 3 :: Help Page  
Remove selected text Copy selected text Paste copied text Remove all BBCodes from the selected text List Ordered list List item Tabs Bold text Italic text Underline text Strikethrough text Superscript text Subscript text Glow text Shadow text Dropshadow text Blur text Wave text (Only for Internet Explorer) Text fadein / fadeout Gradient text Justify align text Left align text Center align text Right align text Preformatted text
Indent text Text direction for reading left-to-right Text direction for reading right-to-left Code display Quote text Spoiler text Hide content from unregistered guests Insert Off Topic text NFO text Insert a table Insert anchor Insert URL Insert Email Insert image Insert thumbnail Insert image from an image hosting service Insert search word Insert web video
Smilies
:D :) :( :o :shock: 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :mrgreen: :bomb: :ghug: :heart:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: Where do I edit things to turn off mysql.allow_persistent

Re: Where do I edit things to turn off mysql.allow_persisten

Post Author: Helter » Thu Jun 10, 2010 9:57 pm

that is in your servers php.ini. to see if it will help before editing php.ini and restarting apache, try adding it to your root/config.php

find
Code: Select all
  


before, add

Code: Select all
ini_set("mysql.allow_persistent","Off")

Where do I edit things to turn off mysql.allow_persistent

Post Author: viragotech » Thu Jun 10, 2010 6:23 pm

Where do I edit things to turn off mysql.allow_persistent

Directive Local Value Master Value
mysql.allow_persistent On On
mysql.connect_timeout 60 60


It causing problems for my forum.

Top