[Koha-bugs] [Bug 11974] Enable unix socket connections for database connections.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 20 17:02:12 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11974

--- Comment #8 from Frédéric Demians <frederic at tamil.fr> ---
Koha MySQL client is DBD::mysql module:

  https://metacpan.org/pod/DBD::mysql

See the 'port' argument of the 'connect' method:

  The hostname, if not specified or specified as '' or 'localhost', will
  default to a MySQL server running on the local machine using the
  default for the UNIX socket. To connect to a MySQL server on the local
  machine via TCP, you must specify the loopback IP address (127.0.0.1)
  as the host.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list