List:Commits« Previous MessageNext Message »
From:martin.brown Date:September 8 2008 3:25pm
Subject:svn commit - mysqldoc@docsrva: r11726 - in trunk/topic-guides: topics-5.0 topics-5.1 topics-6.0
View as plain text  
Author: mcbrown
Date: 2008-09-08 15:25:26 +0200 (Mon, 08 Sep 2008)
New Revision: 11726

Log:
Reformat



Modified:
   trunk/topic-guides/topics-5.0/mysql-security-aspec.xml
   trunk/topic-guides/topics-5.0/mysql-security-base.xml
   trunk/topic-guides/topics-5.0/mysql-security-faq-core.xml
   trunk/topic-guides/topics-5.1/mysql-security-aspec.xml
   trunk/topic-guides/topics-5.1/mysql-security-base.xml
   trunk/topic-guides/topics-5.1/mysql-security-faq-core.xml
   trunk/topic-guides/topics-6.0/mysql-security-aspec.xml
   trunk/topic-guides/topics-6.0/mysql-security-base.xml
   trunk/topic-guides/topics-6.0/mysql-security-faq-core.xml


Modified: trunk/topic-guides/topics-5.0/mysql-security-aspec.xml
===================================================================
--- trunk/topic-guides/topics-5.0/mysql-security-aspec.xml	2008-09-08 12:39:50 UTC (rev
11725)
+++ trunk/topic-guides/topics-5.0/mysql-security-aspec.xml	2008-09-08 13:25:26 UTC (rev
11726)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 7; 1240 bytes

@@ -1,11 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
 <book>
-<fragment id="mysql-security-imports">
 
-<include prefix="refman-5.0" src="security" markas="section"/>
-<include prefix="refman-5.0" src="post-installation" markas="section"/>
-<include prefix="refman-5.0" src="privilege-system" markas="section"/>
-<include prefix="refman-5.0" src="user-account-management" markas="section"/>
-<include prefix="refman-5.0" src="backup-and-recovery" markas="section"/>
-</fragment>
+  <fragment id="mysql-security-imports">
+
+    <include prefix="refman-5.0" src="security" markas="section"/>
+
+    <include prefix="refman-5.0" src="post-installation" markas="section"/>
+
+    <include prefix="refman-5.0" src="privilege-system" markas="section"/>
+
+    <include prefix="refman-5.0" src="user-account-management" markas="section"/>
+
+    <include prefix="refman-5.0" src="backup-and-recovery" markas="section"/>
+
+  </fragment>
+
 </book>


Modified: trunk/topic-guides/topics-5.0/mysql-security-base.xml
===================================================================
--- trunk/topic-guides/topics-5.0/mysql-security-base.xml	2008-09-08 12:39:50 UTC (rev
11725)
+++ trunk/topic-guides/topics-5.0/mysql-security-base.xml	2008-09-08 13:25:26 UTC (rev
11726)
Changed blocks: 3, Lines Added: 62, Lines Deleted: 17; 4940 bytes

@@ -7,9 +7,8 @@
 ]>
 <book id="mysql-security-excerpt" lang="en">
 
+  <title>Security in MySQL</title>
 
-<title>Security in MySQL</title>
-
   <title>MySQL 5.0 Reference Manual</title>
 
   <bookinfo>

@@ -17,7 +16,8 @@
     <abstract>
 
       <para>
-        This is the MySQL Security Guide extract from the MySQL &current-series;
Reference Manual. 
+        This is the MySQL Security Guide extract from the MySQL
+        &current-series; Reference Manual.
       </para>
 
       <para>

@@ -34,29 +34,74 @@
 
   </bookinfo>
 
-<preface>
+  <preface>
 
-  <para>When thinking about security within MySQL you should consider a wide range
of possible topics and how they might affect the security of your MySQL server and
related applications. </para>
+    <para>
+      When thinking about security within MySQL you should consider a
+      wide range of possible topics and how they might affect the
+      security of your MySQL server and related applications.
+    </para>
 
-<para>All of the following are issues that you should be aware of:</para>
+    <para>
+      All of the following are issues that you should be aware of:
+    </para>
 
-<itemizedlist>
-  <listitem><para>Security of the installation itself. The data files, log
files, and the all the application files of your installation should be protected to
ensure that they are not readable or writable by unauthorized parties. For more
information, see <xref linkend="post-installation"/>.</para></listitem>
+    <itemizedlist>
 
-<listitem><para>Access control and security within the database system
itself, including the users and databases granted with access to the databases, views and
stored programs in use within the database. For more information, see <xref
linkend="privilege-system"/>, <xref
linkend="user-account-management"/>.</para></listitem>
+      <listitem>
+        <para>
+          Security of the installation itself. The data files, log
+          files, and the all the application files of your installation
+          should be protected to ensure that they are not readable or
+          writable by unauthorized parties. For more information, see
+          <xref linkend="post-installation"/>.
+        </para>
+      </listitem>
 
-<listitem><para>Network security of MySQL and your system. The security is
related to the grants for individual users, but you may also wish to restrict MySQL so
that is only available locally, or to a limited set of
hosts.</para></listitem>
+      <listitem>
+        <para>
+          Access control and security within the database system itself,
+          including the users and databases granted with access to the
+          databases, views and stored programs in use within the
+          database. For more information, see
+          <xref linkend="privilege-system"/>,
+          <xref linkend="user-account-management"/>.
+        </para>
+      </listitem>
 
-<listitem><para>Security of your application to ensure that SQL injections
and other corruption of the data does not occur. See <xref
linkend="security"/>.</para></listitem>
+      <listitem>
+        <para>
+          Network security of MySQL and your system. The security is
+          related to the grants for individual users, but you may also
+          wish to restrict MySQL so that is only available locally, or
+          to a limited set of hosts.
+        </para>
+      </listitem>
 
-<listitem><para>Ensure that you have adequate and appropriate backups of your
database files, configuration and log files. Also be sure that you have a recovery
solution in place and test that you are able to successfully recover the information from
your backups. See <xref
linkend="backup-and-recovery"/>.</para></listitem>
+      <listitem>
+        <para>
+          Security of your application to ensure that SQL injections and
+          other corruption of the data does not occur. See
+          <xref linkend="security"/>.
+        </para>
+      </listitem>
 
-</itemizedlist>
-  
-</preface>
-  
+      <listitem>
+        <para>
+          Ensure that you have adequate and appropriate backups of your
+          database files, configuration and log files. Also be sure that
+          you have a recovery solution in place and test that you are
+          able to successfully recover the information from your
+          backups. See <xref linkend="backup-and-recovery"/>.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </preface>
+
 <!--SRCFILE mysql-security-imports-->
 
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="dynxml-local-mysql-security-faq.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="dynxml-local-mysql-security-faq.xml"/>
 
 </book>


Modified: trunk/topic-guides/topics-5.0/mysql-security-faq-core.xml
===================================================================
--- trunk/topic-guides/topics-5.0/mysql-security-faq-core.xml	2008-09-08 12:39:50 UTC (rev
11725)
+++ trunk/topic-guides/topics-5.0/mysql-security-faq-core.xml	2008-09-08 13:25:26 UTC (rev
11726)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 3; 745 bytes

@@ -6,7 +6,11 @@
   %all.entities;
 ]>
 <section id="topic-mysql-security-faq">
-<title>Frequently Asked Questions about Security</title>
-<remark role="dynamic-dependency-list"/>
-<para condition="dynamic:faq" role="5.0:mysql-security:all"/>
+
+  <title>Frequently Asked Questions about Security</title>
+
+  <remark role="dynamic-dependency-list"/>
+
+  <para condition="dynamic:faq" role="5.0:mysql-security:all"/>
+
 </section>


Modified: trunk/topic-guides/topics-5.1/mysql-security-aspec.xml
===================================================================
--- trunk/topic-guides/topics-5.1/mysql-security-aspec.xml	2008-09-08 12:39:50 UTC (rev
11725)
+++ trunk/topic-guides/topics-5.1/mysql-security-aspec.xml	2008-09-08 13:25:26 UTC (rev
11726)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 7; 1240 bytes

@@ -1,11 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
 <book>
-<fragment id="mysql-security-imports">
 
-<include prefix="refman-5.1" src="security" markas="section"/>
-<include prefix="refman-5.1" src="post-installation" markas="section"/>
-<include prefix="refman-5.1" src="privilege-system" markas="section"/>
-<include prefix="refman-5.1" src="user-account-management" markas="section"/>
-<include prefix="refman-5.1" src="backup-and-recovery" markas="section"/>
-</fragment>
+  <fragment id="mysql-security-imports">
+
+    <include prefix="refman-5.1" src="security" markas="section"/>
+
+    <include prefix="refman-5.1" src="post-installation" markas="section"/>
+
+    <include prefix="refman-5.1" src="privilege-system" markas="section"/>
+
+    <include prefix="refman-5.1" src="user-account-management" markas="section"/>
+
+    <include prefix="refman-5.1" src="backup-and-recovery" markas="section"/>
+
+  </fragment>
+
 </book>


Modified: trunk/topic-guides/topics-5.1/mysql-security-base.xml
===================================================================
--- trunk/topic-guides/topics-5.1/mysql-security-base.xml	2008-09-08 12:39:50 UTC (rev
11725)
+++ trunk/topic-guides/topics-5.1/mysql-security-base.xml	2008-09-08 13:25:26 UTC (rev
11726)
Changed blocks: 3, Lines Added: 62, Lines Deleted: 17; 4940 bytes

@@ -7,9 +7,8 @@
 ]>
 <book id="mysql-security-excerpt" lang="en">
 
+  <title>Security in MySQL</title>
 
-<title>Security in MySQL</title>
-
   <title>MySQL 5.1 Reference Manual</title>
 
   <bookinfo>

@@ -17,7 +16,8 @@
     <abstract>
 
       <para>
-        This is the MySQL Security Guide extract from the MySQL &current-series;
Reference Manual. 
+        This is the MySQL Security Guide extract from the MySQL
+        &current-series; Reference Manual.
       </para>
 
       <para>

@@ -34,29 +34,74 @@
 
   </bookinfo>
 
-<preface>
+  <preface>
 
-  <para>When thinking about security within MySQL you should consider a wide range
of possible topics and how they might affect the security of your MySQL server and
related applications. </para>
+    <para>
+      When thinking about security within MySQL you should consider a
+      wide range of possible topics and how they might affect the
+      security of your MySQL server and related applications.
+    </para>
 
-<para>All of the following are issues that you should be aware of:</para>
+    <para>
+      All of the following are issues that you should be aware of:
+    </para>
 
-<itemizedlist>
-  <listitem><para>Security of the installation itself. The data files, log
files, and the all the application files of your installation should be protected to
ensure that they are not readable or writable by unauthorized parties. For more
information, see <xref linkend="post-installation"/>.</para></listitem>
+    <itemizedlist>
 
-<listitem><para>Access control and security within the database system
itself, including the users and databases granted with access to the databases, views and
stored programs in use within the database. For more information, see <xref
linkend="privilege-system"/>, <xref
linkend="user-account-management"/>.</para></listitem>
+      <listitem>
+        <para>
+          Security of the installation itself. The data files, log
+          files, and the all the application files of your installation
+          should be protected to ensure that they are not readable or
+          writable by unauthorized parties. For more information, see
+          <xref linkend="post-installation"/>.
+        </para>
+      </listitem>
 
-<listitem><para>Network security of MySQL and your system. The security is
related to the grants for individual users, but you may also wish to restrict MySQL so
that is only available locally, or to a limited set of
hosts.</para></listitem>
+      <listitem>
+        <para>
+          Access control and security within the database system itself,
+          including the users and databases granted with access to the
+          databases, views and stored programs in use within the
+          database. For more information, see
+          <xref linkend="privilege-system"/>,
+          <xref linkend="user-account-management"/>.
+        </para>
+      </listitem>
 
-<listitem><para>Security of your application to ensure that SQL injections
and other corruption of the data does not occur. See <xref
linkend="security"/>.</para></listitem>
+      <listitem>
+        <para>
+          Network security of MySQL and your system. The security is
+          related to the grants for individual users, but you may also
+          wish to restrict MySQL so that is only available locally, or
+          to a limited set of hosts.
+        </para>
+      </listitem>
 
-<listitem><para>Ensure that you have adequate and appropriate backups of your
database files, configuration and log files. Also be sure that you have a recovery
solution in place and test that you are able to successfully recover the information from
your backups. See <xref
linkend="backup-and-recovery"/>.</para></listitem>
+      <listitem>
+        <para>
+          Security of your application to ensure that SQL injections and
+          other corruption of the data does not occur. See
+          <xref linkend="security"/>.
+        </para>
+      </listitem>
 
-</itemizedlist>
-  
-</preface>
-  
+      <listitem>
+        <para>
+          Ensure that you have adequate and appropriate backups of your
+          database files, configuration and log files. Also be sure that
+          you have a recovery solution in place and test that you are
+          able to successfully recover the information from your
+          backups. See <xref linkend="backup-and-recovery"/>.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </preface>
+
 <!--SRCFILE mysql-security-imports-->
 
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="dynxml-local-mysql-security-faq.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="dynxml-local-mysql-security-faq.xml"/>
 
 </book>


Modified: trunk/topic-guides/topics-5.1/mysql-security-faq-core.xml
===================================================================
--- trunk/topic-guides/topics-5.1/mysql-security-faq-core.xml	2008-09-08 12:39:50 UTC (rev
11725)
+++ trunk/topic-guides/topics-5.1/mysql-security-faq-core.xml	2008-09-08 13:25:26 UTC (rev
11726)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 3; 745 bytes

@@ -6,7 +6,11 @@
   %all.entities;
 ]>
 <section id="topic-mysql-security-faq">
-<title>Frequently Asked Questions about Security</title>
-<remark role="dynamic-dependency-list"/>
-<para condition="dynamic:faq" role="5.1:mysql-security:all"/>
+
+  <title>Frequently Asked Questions about Security</title>
+
+  <remark role="dynamic-dependency-list"/>
+
+  <para condition="dynamic:faq" role="5.1:mysql-security:all"/>
+
 </section>


Modified: trunk/topic-guides/topics-6.0/mysql-security-aspec.xml
===================================================================
--- trunk/topic-guides/topics-6.0/mysql-security-aspec.xml	2008-09-08 12:39:50 UTC (rev
11725)
+++ trunk/topic-guides/topics-6.0/mysql-security-aspec.xml	2008-09-08 13:25:26 UTC (rev
11726)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 7; 1240 bytes

@@ -1,11 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
 <book>
-<fragment id="mysql-security-imports">
 
-<include prefix="refman-6.0" src="security" markas="section"/>
-<include prefix="refman-6.0" src="post-installation" markas="section"/>
-<include prefix="refman-6.0" src="privilege-system" markas="section"/>
-<include prefix="refman-6.0" src="user-account-management" markas="section"/>
-<include prefix="refman-6.0" src="backup-and-recovery" markas="section"/>
-</fragment>
+  <fragment id="mysql-security-imports">
+
+    <include prefix="refman-6.0" src="security" markas="section"/>
+
+    <include prefix="refman-6.0" src="post-installation" markas="section"/>
+
+    <include prefix="refman-6.0" src="privilege-system" markas="section"/>
+
+    <include prefix="refman-6.0" src="user-account-management" markas="section"/>
+
+    <include prefix="refman-6.0" src="backup-and-recovery" markas="section"/>
+
+  </fragment>
+
 </book>


Modified: trunk/topic-guides/topics-6.0/mysql-security-base.xml
===================================================================
--- trunk/topic-guides/topics-6.0/mysql-security-base.xml	2008-09-08 12:39:50 UTC (rev
11725)
+++ trunk/topic-guides/topics-6.0/mysql-security-base.xml	2008-09-08 13:25:26 UTC (rev
11726)
Changed blocks: 3, Lines Added: 62, Lines Deleted: 17; 4940 bytes

@@ -7,9 +7,8 @@
 ]>
 <book id="mysql-security-excerpt" lang="en">
 
+  <title>Security in MySQL</title>
 
-<title>Security in MySQL</title>
-
   <title>MySQL 6.0 Reference Manual</title>
 
   <bookinfo>

@@ -17,7 +16,8 @@
     <abstract>
 
       <para>
-        This is the MySQL Security Guide extract from the MySQL &current-series;
Reference Manual. 
+        This is the MySQL Security Guide extract from the MySQL
+        &current-series; Reference Manual.
       </para>
 
       <para>

@@ -34,29 +34,74 @@
 
   </bookinfo>
 
-<preface>
+  <preface>
 
-  <para>When thinking about security within MySQL you should consider a wide range
of possible topics and how they might affect the security of your MySQL server and
related applications. </para>
+    <para>
+      When thinking about security within MySQL you should consider a
+      wide range of possible topics and how they might affect the
+      security of your MySQL server and related applications.
+    </para>
 
-<para>All of the following are issues that you should be aware of:</para>
+    <para>
+      All of the following are issues that you should be aware of:
+    </para>
 
-<itemizedlist>
-  <listitem><para>Security of the installation itself. The data files, log
files, and the all the application files of your installation should be protected to
ensure that they are not readable or writable by unauthorized parties. For more
information, see <xref linkend="post-installation"/>.</para></listitem>
+    <itemizedlist>
 
-<listitem><para>Access control and security within the database system
itself, including the users and databases granted with access to the databases, views and
stored programs in use within the database. For more information, see <xref
linkend="privilege-system"/>, <xref
linkend="user-account-management"/>.</para></listitem>
+      <listitem>
+        <para>
+          Security of the installation itself. The data files, log
+          files, and the all the application files of your installation
+          should be protected to ensure that they are not readable or
+          writable by unauthorized parties. For more information, see
+          <xref linkend="post-installation"/>.
+        </para>
+      </listitem>
 
-<listitem><para>Network security of MySQL and your system. The security is
related to the grants for individual users, but you may also wish to restrict MySQL so
that is only available locally, or to a limited set of
hosts.</para></listitem>
+      <listitem>
+        <para>
+          Access control and security within the database system itself,
+          including the users and databases granted with access to the
+          databases, views and stored programs in use within the
+          database. For more information, see
+          <xref linkend="privilege-system"/>,
+          <xref linkend="user-account-management"/>.
+        </para>
+      </listitem>
 
-<listitem><para>Security of your application to ensure that SQL injections
and other corruption of the data does not occur. See <xref
linkend="security"/>.</para></listitem>
+      <listitem>
+        <para>
+          Network security of MySQL and your system. The security is
+          related to the grants for individual users, but you may also
+          wish to restrict MySQL so that is only available locally, or
+          to a limited set of hosts.
+        </para>
+      </listitem>
 
-<listitem><para>Ensure that you have adequate and appropriate backups of your
database files, configuration and log files. Also be sure that you have a recovery
solution in place and test that you are able to successfully recover the information from
your backups. See <xref
linkend="backup-and-recovery"/>.</para></listitem>
+      <listitem>
+        <para>
+          Security of your application to ensure that SQL injections and
+          other corruption of the data does not occur. See
+          <xref linkend="security"/>.
+        </para>
+      </listitem>
 
-</itemizedlist>
-  
-</preface>
-  
+      <listitem>
+        <para>
+          Ensure that you have adequate and appropriate backups of your
+          database files, configuration and log files. Also be sure that
+          you have a recovery solution in place and test that you are
+          able to successfully recover the information from your
+          backups. See <xref linkend="backup-and-recovery"/>.
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+  </preface>
+
 <!--SRCFILE mysql-security-imports-->
 
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="dynxml-local-mysql-security-faq.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="dynxml-local-mysql-security-faq.xml"/>
 
 </book>


Modified: trunk/topic-guides/topics-6.0/mysql-security-faq-core.xml
===================================================================
--- trunk/topic-guides/topics-6.0/mysql-security-faq-core.xml	2008-09-08 12:39:50 UTC (rev
11725)
+++ trunk/topic-guides/topics-6.0/mysql-security-faq-core.xml	2008-09-08 13:25:26 UTC (rev
11726)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 3; 745 bytes

@@ -6,7 +6,11 @@
   %all.entities;
 ]>
 <section id="topic-mysql-security-faq">
-<title>Frequently Asked Questions about Security</title>
-<remark role="dynamic-dependency-list"/>
-<para condition="dynamic:faq" role="6.0:mysql-security:all"/>
+
+  <title>Frequently Asked Questions about Security</title>
+
+  <remark role="dynamic-dependency-list"/>
+
+  <para condition="dynamic:faq" role="6.0:mysql-security:all"/>
+
 </section>


Thread
svn commit - mysqldoc@docsrva: r11726 - in trunk/topic-guides: topics-5.0 topics-5.1 topics-6.0martin.brown8 Sep