aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormozilla%colinogilvie.co.uk <>2006-05-17 02:01:45 +0000
committermozilla%colinogilvie.co.uk <>2006-05-17 02:01:45 +0000
commit3ddf2d6e4ac3329846bc9d613a3194f8c29da628 (patch)
treec81d544c2020fef51e51829f1a56991cc7642955
parentBug 337444: t/012throwables.t shouldn't fail due to unused error tags in code... (diff)
downloadbugzilla-3ddf2d6e4ac3329846bc9d613a3194f8c29da628.tar.gz
bugzilla-3ddf2d6e4ac3329846bc9d613a3194f8c29da628.tar.bz2
bugzilla-3ddf2d6e4ac3329846bc9d613a3194f8c29da628.zip
Bug 337777: Typo at bottom; 'myslqd' should be 'mysqld'
Patch by me; r=mkanat
-rw-r--r--docs/xml/security.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/xml/security.xml b/docs/xml/security.xml
index a8eda5338..759fbcc74 100644
--- a/docs/xml/security.xml
+++ b/docs/xml/security.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: security.xml,v 1.6.2.4 2006/03/01 13:04:51 jocuri%softhome.net Exp $ -->
+<!-- $Id: security.xml,v 1.6.2.5 2006/05/16 19:01:45 mozilla%colinogilvie.co.uk Exp $ -->
<chapter id="security">
<title>Bugzilla Security</title>
@@ -147,9 +147,9 @@
<example id="security-mysql-network-ex">
<title>Disabling Networking in MySQL</title>
- <para>Simply enter the following in <filename>/etc/my.conf</filename>:
+ <para>Simply enter the following in <filename>/etc/my.cnf</filename>:
<screen>
-[myslqd]
+[mysqld]
# Prevent network access to MySQL.
skip-networking
</screen>