https://issues.apache.org/ooo/show_bug.cgi?id=116286
--- Comment #3 from Ariel Constenla-Haile <[email protected]> --- (In reply to comment #1) > Actually, /var/run/mysql/mysql.sock In what system is that the default location? I think we should collect most common default locations, check which one exists, and offer this one as default. On Fedora it is /var/lib/mysql/mysql.sock but it can be modified in /etc/my.cnf under [mysqld] with socket=SOCKET_FILE On MacOS X it can be /var/mysql/mysql.sock or /tmp/mysql.sock according to http://dev.mysql.com/doc/refman/5.5/en/macosx-installation-notes.html An array could contain: /var/lib/mysql/mysql.sock /var/run/mysql/mysql.sock /var/mysql/mysql.sock /tmp/mysql.sock -- You are receiving this mail because: You are on the CC list for the bug.
