Skip to content

Commit a00fcd3

Browse files
committed
change default db_host to one that works with mysql
1 parent 54f100b commit a00fcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bugzilla/Install/Localconfig.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ use constant LOCALCONFIG_VARS => (
5757
{name => 'webservergroup', default => \&_sensible_group,},
5858
{name => 'use_suexec', default => 0,},
5959
{name => 'db_driver', default => 'mysql',},
60-
{name => 'db_host', default => 'localhost',},
60+
{name => 'db_host', default => '127.0.0.1',},
6161
{name => 'db_name', default => 'bugs',},
6262
{
6363

0 commit comments

Comments
 (0)