diff options
author | mozilla%colinogilvie.co.uk <> | 2006-05-17 03:57:55 +0200 |
---|---|---|
committer | mozilla%colinogilvie.co.uk <> | 2006-05-17 03:57:55 +0200 |
commit | 9b650b646924f43cb6c7c8c382448f6bae7453df (patch) | |
tree | 04c12c65414b92477411fad1a70a0765328d27bb /docs/xml | |
parent | 4a35b0671f00f974c233b112ac23de90a7301f32 (diff) | |
download | bugzilla-9b650b646924f43cb6c7c8c382448f6bae7453df.tar.gz bugzilla-9b650b646924f43cb6c7c8c382448f6bae7453df.tar.xz |
Bug 337777: Typo at bottom; 'myslqd' should be 'mysqld'
Patch by me; r=mkanat
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/security.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/xml/security.xml b/docs/xml/security.xml index 630d86405..471f3af9b 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.14 2006/03/01 13:03:27 jocuri%softhome.net Exp $ --> +<!-- $Id: security.xml,v 1.15 2006/05/16 18:57:55 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> |