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
+1
View File
@@ -352,6 +352,7 @@ $config_file = <<<"EOD"
\$config\['db_user'\] = "$dbuser";
\$config\['db_pass'\] = "$dbpass";
\$config\['db_name'\] = "$dbname";
\$config\['db'\]\['extension'\] = "mysqli";// mysql or mysqli
### Memcached config - We use this to store realtime usage
\$config\['memcached'\]\['enable'\] = FALSE;