From: mensonge Date: Wed, 21 Jul 2010 18:44:54 +0000 (+0000) Subject: Change "localhost" into 127.0.0.1 because it avoids a bug in Windows Seven. X-Git-Tag: v0.98.0~222 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d80fcf8de6440fd31f16bb4106fe9e373fa40308;p=semanticscuttle.git Change "localhost" into 127.0.0.1 because it avoids a bug in Windows Seven. http://serverfault.com/questions/4689/windows-7-localhost-name-resolution-is-handled-within-dns-itself-why git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@716 b3834d28-1941-0410-a4f8-b48e95affb8f --- diff --git a/data/config.default.php b/data/config.default.php index 4f45eac..bd67c7b 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -138,7 +138,7 @@ $dbtype = 'mysql4'; * * @var string */ -$dbhost = 'localhost'; +$dbhost = '127.0.0.1'; /** * Database port. diff --git a/data/config.php.dist b/data/config.php.dist index 6439478..c135e8e 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -88,7 +88,7 @@ $dbname = 'scuttle'; * * @var string */ -$dbhost = 'localhost'; +$dbhost = '127.0.0.1'; /***************************************************