From: Dylan Hardison Date: Wed, 10 Feb 2016 04:20:53 +0000 (-0500) Subject: Bug 1244528 - Default to DBD::SQLite for new installs for "out of the box" working... X-Git-Tag: release-5.1.1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd668c23ea614357b3028520d7539b7e48b6568;p=thirdparty%2Fbugzilla.git Bug 1244528 - Default to DBD::SQLite for new installs for "out of the box" working bugzilla experience r=dkl,a=dylan --- diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm index fae97c189f..6ff3f5e6c6 100644 --- a/Bugzilla/Install/Localconfig.pm +++ b/Bugzilla/Install/Localconfig.pm @@ -60,7 +60,7 @@ use constant LOCALCONFIG_VARS => ( }, { name => 'db_driver', - default => 'mysql', + default => 'sqlite', }, { name => 'db_host',