Fog Tweaks
Revision as of 14:41, 11 December 2014 by Wolfbane8653.3362 (talk | contribs) (Created page with "= DB changes= *Use a Persistent DB Connection: #Open this file /var/www/fog/lib/fog/Config.class.php #Go to line <pre>define('DATABASE_HOST', 'localhost');</pre> #Cha...")
DB changes
- Use a Persistent DB Connection:
- Open this file /var/www/fog/lib/fog/Config.class.php
- Go to line
define('DATABASE_HOST', 'localhost');
- Change to:
define('DATABASE_HOST', 'p:127.0.0.1');>
- This creates a faster response from db queries.