SOURCES: jira-enterprise-context.xml - more comments

pawelz pawelz at pld-linux.org
Tue Apr 14 14:17:27 CEST 2009


Author: pawelz                       Date: Tue Apr 14 12:17:27 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- more comments

---- Files affected:
SOURCES:
   jira-enterprise-context.xml (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/jira-enterprise-context.xml
diff -u SOURCES/jira-enterprise-context.xml:1.3 SOURCES/jira-enterprise-context.xml:1.4
--- SOURCES/jira-enterprise-context.xml:1.3	Tue Apr 14 14:14:05 2009
+++ SOURCES/jira-enterprise-context.xml	Tue Apr 14 14:17:21 2009
@@ -16,7 +16,15 @@
   
   <!-- If you want to use mysql database, comment out previous jdbc resource,
        and uncomment this one. You will also have to customize your
-       entityengine.xml. -->
+       entityengine.xml.
+
+       Make sure that mysql listens on TCP socket, because java do not know
+       how to use UNIX sockets. If you are not sure if mysql is configured
+       correctly, try to connect to it with the following command:
+       $ mysq -h127.0.0.1 -ujirausername -pjirapassword jiradb
+       Note 127.0.0.1, not localhost, which is resolved to UNIX socke path by
+       mysql client.
+    -->
 
   <!--
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/jira-enterprise-context.xml?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list