components/lighttpd/patches/08-fix-mysql-sock-location.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 1706 d5ac54d06cb3
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

Developed in-house, not fed back.
Solaris specific - mysql.sock is located in different path than
it is in Linux.

--- doc/config/conf.d/mysql_vhost.conf	2014-02-06 04:31:05.628787703 -0800
+++ doc/config/conf.d/mysql_vhost.conf	2014-02-06 04:28:25.874018171 -0800
@@ -12,7 +12,7 @@
 ##
 ## Local path to the mysql socket
 ##
-#mysql-vhost.sock           = "/var/lib/mysql/mysql.sock"
+#mysql-vhost.sock           = "/tmp/mysql.sock"
 
 ##
 ## Host of the MySQL server.