Changeset 3273

Show
Ignore:
Timestamp:
01/07/08 19:21:38 (16 years ago)
Author:
matt
Message:

Use 127.0.0.1 and not localhost to fix MySQL's broken behavior.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r3259 r3273  
    7272# e.g. db.example.com:5432 (for PostgreSQL) or db.example.com:3306 (for MySQL) 
    7373# NB : leave the directive empty to use unix sockets (same host only) 
    74 storageserver: localhost 
     74# NB : Using the word 'localhost' for MySQL defaults to a UNIX socket  
     75#      connection, which may be unexpected. Using 127.0.0.1 avoids this issue. 
     76#      See http://bugs.mysql.com/bug.php?id=31577 for more information. 
     77storageserver: 127.0.0.1 
    7578 
    7679#