]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Change "localhost" into 127.0.0.1 because it avoids a bug in Windows Seven.
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 21 Jul 2010 18:44:54 +0000 (18:44 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 21 Jul 2010 18:44:54 +0000 (18:44 +0000)
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

data/config.default.php
data/config.php.dist

index 4f45eac215a6dcb744c3461704b5127dcf5e0019..bd67c7b3600c2ed46ebd0c409d10590c45222b55 100644 (file)
@@ -138,7 +138,7 @@ $dbtype = 'mysql4';
  *
  * @var string
  */
-$dbhost = 'localhost';
+$dbhost = '127.0.0.1';
 
 /**
  * Database port.
index 643947824124ce98e672122408a6fd919b28f937..c135e8e46192f679644a9d126af78c007719e159 100644 (file)
@@ -88,7 +88,7 @@ $dbname = 'scuttle';
  *
  * @var string
  */
-$dbhost = 'localhost';
+$dbhost = '127.0.0.1';
 
 
 /***************************************************