http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11974
--- Comment #8 from Frédéric Demians <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
