From: jake%bugzilla.org <> Date: Sat, 4 Dec 2004 07:22:28 +0000 (+0000) Subject: More typo (and factual) fixes. X-Git-Tag: bugzilla-2.19.2~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5334598328565b2f86914909dfd60b26208f283b;p=thirdparty%2Fbugzilla.git More typo (and factual) fixes. --- diff --git a/docs/xml/security.xml b/docs/xml/security.xml index 790750d984..7a80ce1d63 100644 --- a/docs/xml/security.xml +++ b/docs/xml/security.xml @@ -1,5 +1,5 @@ - + Bugzilla Security @@ -140,12 +140,11 @@ have no other reason to access MySQL remotely, then you should disable the network access. This, along with the suggestion in , will help protect your system from - any remote vulnerabilites in MySQL. This is done using different - methods in MySQL versions 3 and 4. + any remote vulnerabilites in MySQL. - - Disabling Networking in MySQL 3.x + + Disabling Networking in MySQL Simply enter the following in /etc/my.conf: @@ -156,12 +155,6 @@ skip-networking - - Disabling Networking in MySQL 4.x - - There's a bug in Bugzilla about this - - @@ -381,6 +374,8 @@ skip-networking + Forcing Bugzilla to output a charset + Locate the following line in Bugzilla/CGI.pm: $self->charset('');