<!-- <!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>
<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>