summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorivan <ivan>1998-12-12 06:36:17 +0000
committerivan <ivan>1998-12-12 06:36:17 +0000
commit69ebc28d6bb1e3925f5c909e00c97f44215684a9 (patch)
treea0bc7012e7678f0d4e4a0fefbfb8ed87ae8a4c6d /htdocs
parent7559cc8cb8e2ad57806462d22eedb1fb101816f0 (diff)
hint for mysql systems w/o native threading
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/docs/trouble.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/docs/trouble.html b/htdocs/docs/trouble.html
index 2cf6d4e..2c5b92f 100644
--- a/htdocs/docs/trouble.html
+++ b/htdocs/docs/trouble.html
@@ -37,5 +37,6 @@ As mentioned in the <a href="install.html">New Installation</a> section of the d
<pre>cd /usr/local/apache/htdocs/freeside
chown -R freeside .
chmod 4755 browse/*.cgi edit/*.cgi edit/process/*.cgi misc/*.cgi misc/process/*.cgi search/*.cgi view/*.cgi</pre>
+ <li>If you receive `can not connect to server' errors using MySQL on a system that doesn't support native threading, you may need to specify the full hostname in your DBI datasource. See the <a href="http://www.mysql.com/Manual_chapter/manual_Problems.html#Can_not_connect_to_server">MySQL documentation</a>, DBI manpage and the DBD::mysql manpage for details.
</ul>
</body>