From 6bd668c23ea614357b3028520d7539b7e48b6568 Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Tue, 9 Feb 2016 23:20:53 -0500 Subject: Bug 1244528 - Default to DBD::SQLite for new installs for "out of the box" working bugzilla experience r=dkl,a=dylan --- Bugzilla/Install/Localconfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm index fae97c189..6ff3f5e6c 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', -- cgit v1.2.3-24-g4f1b