Added some docs, update config.php.default and web installer to use mysqli by default

This commit is contained in:
laf
2015-08-09 14:36:31 +00:00
parent 4b49c148b6
commit 880cccf57b
3 changed files with 18 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ $config['db_host'] = "localhost";
$config['db_user'] = "USERNAME";
$config['db_pass'] = "PASSWORD";
$config['db_name'] = "librenms";
$config['db']['extension'] = 'mysqli';// mysql or mysqli
### Memcached config - We use this to store realtime usage
$config['memcached']['enable'] = FALSE;