components/lighttpd/patches/08-fix-mysql-sock-location.patch
author Danek Duvall <danek.duvall@oracle.com>
Thu, 13 Oct 2016 08:59:50 -0700
changeset 7102 64f95a1ef701
parent 1706 d5ac54d06cb3
permissions -rw-r--r--
23583425 obsolete mercurial-26 needs update to allow upgrade from S11

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.