From: ivan Date: Sat, 12 Dec 1998 06:36:17 +0000 (+0000) Subject: hint for mysql systems w/o native threading X-Git-Tag: freeside_1_2_0~127 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=69ebc28d6bb1e3925f5c909e00c97f44215684a9 hint for mysql systems w/o native threading --- diff --git a/htdocs/docs/trouble.html b/htdocs/docs/trouble.html index 2cf6d4e71..2c5b92fd5 100644 --- a/htdocs/docs/trouble.html +++ b/htdocs/docs/trouble.html @@ -37,5 +37,6 @@ As mentioned in the New Installation section of the d
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
+
  • 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 MySQL documentation, DBI manpage and the DBD::mysql manpage for details.