Page 1 of 1

Where do I edit things to turn off mysql.allow_persistent

PostPosted: Thu Jun 10, 2010 7:23 pm
Author: viragotech
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.

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

PostPosted: Thu Jun 10, 2010 10:57 pm
Author: Helter
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")