Author: plavin
Date: 2007-11-08 16:00:51 +0100 (Thu, 08 Nov 2007)
New Revision: 8583
Log:
Add remaining chapters as separate files
Added:
trunk/userguide/access-mysql.xml
trunk/userguide/security.xml
trunk/userguide/using-mysqlnd.xml
trunk/userguide/using-pdo.xml
trunk/userguide/using-ruby.xml
Modified:
trunk/userguide/Makefile.depends
trunk/userguide/userguide.xml
Modified: trunk/userguide/Makefile.depends
===================================================================
--- trunk/userguide/Makefile.depends 2007-11-08 13:36:33 UTC (rev 8582)
+++ trunk/userguide/Makefile.depends 2007-11-08 15:00:51 UTC (rev 8583)
Changed blocks: 9, Lines Added: 129, Lines Deleted: 2; 7712 bytes
@@ -7,11 +7,11 @@
about_SOURCES = about.xml $(about_INCLUDES)
about_IDMAPS = \
metadata/about.idmap \
+ metadata/access-mysql.idmap \
metadata/backups.idmap \
metadata/excel-mysql.idmap \
metadata/gnu-fdl.idmap \
- metadata/mysql-client-programs.idmap \
- metadata/userguide.idmap
+ metadata/mysql-client-programs.idmap
about.validpure: $(about_SOURCES)
about.titles: $(about_SOURCES)
about.useless: $(about_SOURCES)
@@ -21,6 +21,23 @@
about-manprepped.xml: $(about_SOURCES) $(about_IDMAPS)
about-remprepped.xml: $(about_SOURCES) $(about_IDMAPS)
+access_mysql_INCLUDES = \
+ ../common/fixedchars.ent \
+ ../refman-common/urls.ent \
+ all-entities.ent \
+ userguide.ent
+access_mysql_IMAGES =
+access_mysql_SOURCES = access-mysql.xml $(access_mysql_INCLUDES)
+access_mysql_IDMAPS =
+access-mysql.validpure: $(access_mysql_SOURCES)
+access-mysql.titles: $(access_mysql_SOURCES)
+access-mysql.useless: $(access_mysql_SOURCES)
+access-mysql.valid: $(access_mysql_SOURCES) $(access_mysql_IDMAPS)
+access-mysql.validwarn: $(access_mysql_SOURCES) $(access_mysql_IDMAPS)
+access-mysql-prepped.xml: $(access_mysql_SOURCES) $(access_mysql_IDMAPS)
+access-mysql-manprepped.xml: $(access_mysql_SOURCES) $(access_mysql_IDMAPS)
+access-mysql-remprepped.xml: $(access_mysql_SOURCES) $(access_mysql_IDMAPS)
+
backups_INCLUDES = \
../common/fixedchars.ent \
../refman-common/urls.ent \
@@ -336,6 +353,23 @@
optimizing-manprepped.xml: $(optimizing_SOURCES) $(optimizing_IDMAPS)
optimizing-remprepped.xml: $(optimizing_SOURCES) $(optimizing_IDMAPS)
+other_utilities_INCLUDES = \
+ ../common/fixedchars.ent \
+ ../refman-common/urls.ent \
+ all-entities.ent \
+ userguide.ent
+other_utilities_IMAGES =
+other_utilities_SOURCES = other-utilities.xml $(other_utilities_INCLUDES)
+other_utilities_IDMAPS =
+other-utilities.validpure: $(other_utilities_SOURCES)
+other-utilities.titles: $(other_utilities_SOURCES)
+other-utilities.useless: $(other_utilities_SOURCES)
+other-utilities.valid: $(other_utilities_SOURCES) $(other_utilities_IDMAPS)
+other-utilities.validwarn: $(other_utilities_SOURCES) $(other_utilities_IDMAPS)
+other-utilities-prepped.xml: $(other_utilities_SOURCES) $(other_utilities_IDMAPS)
+other-utilities-manprepped.xml: $(other_utilities_SOURCES) $(other_utilities_IDMAPS)
+other-utilities-remprepped.xml: $(other_utilities_SOURCES) $(other_utilities_IDMAPS)
+
php_mysqli_INCLUDES =
php_mysqli_IMAGES =
php_mysqli_SOURCES = php-mysqli.xml $(php_mysqli_INCLUDES)
@@ -349,6 +383,23 @@
php-mysqli-manprepped.xml: $(php_mysqli_SOURCES) $(php_mysqli_IDMAPS)
php-mysqli-remprepped.xml: $(php_mysqli_SOURCES) $(php_mysqli_IDMAPS)
+phpmyadmin_INCLUDES = \
+ ../common/fixedchars.ent \
+ ../refman-common/urls.ent \
+ all-entities.ent \
+ userguide.ent
+phpmyadmin_IMAGES =
+phpmyadmin_SOURCES = phpmyadmin.xml $(phpmyadmin_INCLUDES)
+phpmyadmin_IDMAPS =
+phpmyadmin.validpure: $(phpmyadmin_SOURCES)
+phpmyadmin.titles: $(phpmyadmin_SOURCES)
+phpmyadmin.useless: $(phpmyadmin_SOURCES)
+phpmyadmin.valid: $(phpmyadmin_SOURCES) $(phpmyadmin_IDMAPS)
+phpmyadmin.validwarn: $(phpmyadmin_SOURCES) $(phpmyadmin_IDMAPS)
+phpmyadmin-prepped.xml: $(phpmyadmin_SOURCES) $(phpmyadmin_IDMAPS)
+phpmyadmin-manprepped.xml: $(phpmyadmin_SOURCES) $(phpmyadmin_IDMAPS)
+phpmyadmin-remprepped.xml: $(phpmyadmin_SOURCES) $(phpmyadmin_IDMAPS)
+
populating_INCLUDES =
populating_IMAGES =
populating_SOURCES = populating.xml $(populating_INCLUDES)
@@ -392,6 +443,23 @@
schemas-tables-manprepped.xml: $(schemas_tables_SOURCES) $(schemas_tables_IDMAPS)
schemas-tables-remprepped.xml: $(schemas_tables_SOURCES) $(schemas_tables_IDMAPS)
+security_INCLUDES = \
+ ../common/fixedchars.ent \
+ ../refman-common/urls.ent \
+ all-entities.ent \
+ userguide.ent
+security_IMAGES =
+security_SOURCES = security.xml $(security_INCLUDES)
+security_IDMAPS =
+security.validpure: $(security_SOURCES)
+security.titles: $(security_SOURCES)
+security.useless: $(security_SOURCES)
+security.valid: $(security_SOURCES) $(security_IDMAPS)
+security.validwarn: $(security_SOURCES) $(security_IDMAPS)
+security-prepped.xml: $(security_SOURCES) $(security_IDMAPS)
+security-manprepped.xml: $(security_SOURCES) $(security_IDMAPS)
+security-remprepped.xml: $(security_SOURCES) $(security_IDMAPS)
+
storage_engines_INCLUDES =
storage_engines_IMAGES =
storage_engines_SOURCES = storage-engines.xml $(storage_engines_INCLUDES)
@@ -456,6 +524,7 @@
../common/fixedchars.ent \
../refman-common/urls.ent \
about.xml \
+ access-mysql.xml \
all-entities.ent \
backups.xml \
basic-administration.xml \
@@ -479,15 +548,21 @@
mysql-server-programs.xml \
operators.xml \
optimizing.xml \
+ other-utilities.xml \
php-mysqli.xml \
+ phpmyadmin.xml \
populating.xml \
querying.xml \
schemas-tables.xml \
+ security.xml \
storage-engines.xml \
stored-procedures.xml \
triggers.xml \
upgrading.xml \
userguide.ent \
+ using-mysqlnd.xml \
+ using-pdo.xml \
+ using-ruby.xml \
views.xml
userguide_IMAGES = \
images/published/indexing-displaying-administrator.png \
@@ -497,6 +572,7 @@
userguide_IDMAPS = \
../refman-5.1/metadata/se-myisam.idmap \
metadata/about.idmap \
+ metadata/access-mysql.idmap \
metadata/backups.idmap \
metadata/excel-mysql.idmap \
metadata/gnu-fdl.idmap \
@@ -513,6 +589,57 @@
userguide-manprepped.xml: $(userguide_SOURCES) $(userguide_IDMAPS)
userguide-remprepped.xml: $(userguide_SOURCES) $(userguide_IDMAPS)
+using_mysqlnd_INCLUDES = \
+ ../common/fixedchars.ent \
+ ../refman-common/urls.ent \
+ all-entities.ent \
+ userguide.ent
+using_mysqlnd_IMAGES =
+using_mysqlnd_SOURCES = using-mysqlnd.xml $(using_mysqlnd_INCLUDES)
+using_mysqlnd_IDMAPS =
+using-mysqlnd.validpure: $(using_mysqlnd_SOURCES)
+using-mysqlnd.titles: $(using_mysqlnd_SOURCES)
+using-mysqlnd.useless: $(using_mysqlnd_SOURCES)
+using-mysqlnd.valid: $(using_mysqlnd_SOURCES) $(using_mysqlnd_IDMAPS)
+using-mysqlnd.validwarn: $(using_mysqlnd_SOURCES) $(using_mysqlnd_IDMAPS)
+using-mysqlnd-prepped.xml: $(using_mysqlnd_SOURCES) $(using_mysqlnd_IDMAPS)
+using-mysqlnd-manprepped.xml: $(using_mysqlnd_SOURCES) $(using_mysqlnd_IDMAPS)
+using-mysqlnd-remprepped.xml: $(using_mysqlnd_SOURCES) $(using_mysqlnd_IDMAPS)
+
+using_pdo_INCLUDES = \
+ ../common/fixedchars.ent \
+ ../refman-common/urls.ent \
+ all-entities.ent \
+ userguide.ent
+using_pdo_IMAGES =
+using_pdo_SOURCES = using-pdo.xml $(using_pdo_INCLUDES)
+using_pdo_IDMAPS =
+using-pdo.validpure: $(using_pdo_SOURCES)
+using-pdo.titles: $(using_pdo_SOURCES)
+using-pdo.useless: $(using_pdo_SOURCES)
+using-pdo.valid: $(using_pdo_SOURCES) $(using_pdo_IDMAPS)
+using-pdo.validwarn: $(using_pdo_SOURCES) $(using_pdo_IDMAPS)
+using-pdo-prepped.xml: $(using_pdo_SOURCES) $(using_pdo_IDMAPS)
+using-pdo-manprepped.xml: $(using_pdo_SOURCES) $(using_pdo_IDMAPS)
+using-pdo-remprepped.xml: $(using_pdo_SOURCES) $(using_pdo_IDMAPS)
+
+using_ruby_INCLUDES = \
+ ../common/fixedchars.ent \
+ ../refman-common/urls.ent \
+ all-entities.ent \
+ userguide.ent
+using_ruby_IMAGES =
+using_ruby_SOURCES = using-ruby.xml $(using_ruby_INCLUDES)
+using_ruby_IDMAPS =
+using-ruby.validpure: $(using_ruby_SOURCES)
+using-ruby.titles: $(using_ruby_SOURCES)
+using-ruby.useless: $(using_ruby_SOURCES)
+using-ruby.valid: $(using_ruby_SOURCES) $(using_ruby_IDMAPS)
+using-ruby.validwarn: $(using_ruby_SOURCES) $(using_ruby_IDMAPS)
+using-ruby-prepped.xml: $(using_ruby_SOURCES) $(using_ruby_IDMAPS)
+using-ruby-manprepped.xml: $(using_ruby_SOURCES) $(using_ruby_IDMAPS)
+using-ruby-remprepped.xml: $(using_ruby_SOURCES) $(using_ruby_IDMAPS)
+
views_INCLUDES =
views_IMAGES =
views_SOURCES = views.xml $(views_INCLUDES)
Added: trunk/userguide/access-mysql.xml
===================================================================
--- trunk/userguide/access-mysql.xml (rev 0)
+++ trunk/userguide/access-mysql.xml 2007-11-08 15:00:51 UTC (rev 8583)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 0; 647 bytes
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % all.entities SYSTEM "all-entities.ent">
+%all.entities;
+]>
+<chapter id="userguide-access-mysql">
+
+ <title>Migrating an Access Database to MySQL</title>
+
+ <para></para>
+
+</chapter>
\ No newline at end of file
Added: trunk/userguide/security.xml
===================================================================
--- trunk/userguide/security.xml (rev 0)
+++ trunk/userguide/security.xml 2007-11-08 15:00:51 UTC (rev 8583)
Changed blocks: 1, Lines Added: 99, Lines Deleted: 0; 2209 bytes
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % all.entities SYSTEM "all-entities.ent">
+%all.entities;
+]>
+<chapter id="userguide-security">
+
+ <title>MySQL Security</title>
+
+ <section id="userguide-security-basics">
+
+ <title>Security Basics</title>
+
+ <para></para>
+
+ </section>
+
+ <section id="userguide-grants">
+
+ <title>Grants</title>
+
+ <para></para>
+
+ </section>
+
+ <section id="security-default">
+
+ <title>Securing Default User Accounts</title>
+
+ <para></para>
+
+ </section>
+
+ <section id="creating-planning-schemas">
+
+ <title>Advanced Utilities</title>
+
+ <para></para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ myisamchk – checking and repairing MyISAM tables
+ </para>
+ </listitem>
+
+ <!--listitem>
+ <para>
+ myisamlog
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ mysqlmanager
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ mysql_install_db
+ </para>
+ </listitem-->
+
+ </itemizedlist>
+
+ <!--para>
+ mysql_install_db initializes the MySQL data directory instance
+ manager and the mysql.server file found in /usr/share/mysql on
+ Suse manual says /etc/init.d
+ </para-->
+
+ </section>
+
+ <section id="userguide-advanced-features-utilities">
+
+ <title>Advanced Features of Previously Mentioned Utilities</title>
+
+ <!--para>
+ using compression with mysqldump using FOREIGN_KEY_CHECKS with
+ dump files
+ </para-->
+
+ <para></para>
+
+ </section>
+
+ <section id="userguide-best-practices">
+
+ <title>Best Practices</title>
+
+ <para></para>
+
+ </section>
+
+</chapter>
\ No newline at end of file
Modified: trunk/userguide/userguide.xml
===================================================================
--- trunk/userguide/userguide.xml 2007-11-08 13:36:33 UTC (rev 8582)
+++ trunk/userguide/userguide.xml 2007-11-08 15:00:51 UTC (rev 8583)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 147; 3985 bytes
@@ -195,99 +195,8 @@
<xi:include href="upgrading.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <chapter id="userguide-security">
+ <xi:include href="security.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <title>MySQL Security</title>
-
- <section id="userguide-security-basics">
-
- <title>Security Basics</title>
-
- <para></para>
-
- </section>
-
- <section id="userguide-grants">
-
- <title>Grants</title>
-
- <para></para>
-
- </section>
-
- <section id="security-default">
-
- <title>Securing Default User Accounts</title>
-
- <para></para>
-
- </section>
-
- <section id="creating-planning-schemas">
-
- <title>Advanced Utilities</title>
-
- <para></para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- myisamchk – checking and repairing MyISAM tables
- </para>
- </listitem>
-
-<!--listitem>
- <para>
- myisamlog
- </para>
- </listitem>
-
- <listitem>
- <para>
- mysqlmanager
- </para>
- </listitem>
-
- <listitem>
- <para>
- mysql_install_db
- </para>
- </listitem-->
-
- </itemizedlist>
-
-<!--para>
- mysql_install_db initializes the MySQL data directory instance
- manager and the mysql.server file found in /usr/share/mysql on
- Suse manual says /etc/init.d
- </para-->
-
- </section>
-
- <section id="userguide-advanced-features-utilities">
-
- <title>Advanced Features of Previously Mentioned Utilities</title>
-
-<!--para>
- using compression with mysqldump using FOREIGN_KEY_CHECKS with
- dump files
- </para-->
-
- <para></para>
-
- </section>
-
- <section id="userguide-best-practices">
-
- <title>Best Practices</title>
-
- <para></para>
-
- </section>
-
- </chapter>
-
<xi:include href="backups.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="log-files.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
@@ -323,64 +232,20 @@
<title>Tutorials</title>
- <chapter id="userguide-other-utilities">
+ <xi:include href="other-utilities.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <title>Other MySQL Utilities</title>
-
- <para></para>
-
- <section id="userguide-mysqlutility">
-
- <title>Using <command><mysqlutility></command></title>
-
- <para></para>
-
- </section>
-
- </chapter>
-
<xi:include href="excel-mysql.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
+ <xi:include href="access-mysql.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
- <chapter id="userguide-access-mysql">
-
- <title>Migrating an Access Database to MySQL</title>
-
- <para></para>
-
- </chapter>
-
- <chapter id="userguide-using-pdo">
-
- <title>Using PHP Data Objects (PDO) With MySQL</title>
-
- <para></para>
-
- </chapter>
-
- <chapter id="userguide-using-mysqlnd">
-
- <title>Using mysqlnd</title>
-
- <para></para>
-
- </chapter>
-
- <chapter id="userguide-using-ruby">
-
- <title>Ruby and MySQL</title>
-
- <para></para>
-
- </chapter>
-
- <chapter id="userguide-phpmyadmin">
-
- <title>phpMyAdmin</title>
-
- <para></para>
-
- </chapter>
-
+ <xi:include href="using-pdo.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
+ <xi:include href="using-mysqlnd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
+ <xi:include href="using-ruby.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
+ <xi:include href="phpmyadmin.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
</part>
<!--end Part VI-->
Added: trunk/userguide/using-mysqlnd.xml
===================================================================
--- trunk/userguide/using-mysqlnd.xml (rev 0)
+++ trunk/userguide/using-mysqlnd.xml 2007-11-08 15:00:51 UTC (rev 8583)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 0; 600 bytes
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % all.entities SYSTEM "all-entities.ent">
+%all.entities;
+]>
+<chapter id="userguide-using-mysqlnd">
+
+ <title>Using mysqlnd</title>
+
+ <para></para>
+
+</chapter>
Added: trunk/userguide/using-pdo.xml
===================================================================
--- trunk/userguide/using-pdo.xml (rev 0)
+++ trunk/userguide/using-pdo.xml 2007-11-08 15:00:51 UTC (rev 8583)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 0; 637 bytes
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % all.entities SYSTEM "all-entities.ent">
+%all.entities;
+]>
+<chapter id="userguide-using-pdo">
+
+ <title>Using PHP Data Objects (PDO) With MySQL</title>
+
+ <para></para>
+
+</chapter>
\ No newline at end of file
Added: trunk/userguide/using-ruby.xml
===================================================================
--- trunk/userguide/using-ruby.xml (rev 0)
+++ trunk/userguide/using-ruby.xml 2007-11-08 15:00:51 UTC (rev 8583)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 0; 616 bytes
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+<!ENTITY % all.entities SYSTEM "all-entities.ent">
+%all.entities;
+]>
+<chapter id="userguide-using-ruby">
+
+ <title>Ruby and MySQL</title>
+
+ <para></para>
+
+</chapter>
\ No newline at end of file
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8583 - trunk/userguide | plavin | 8 Nov |