summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/glossary.xml
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2008-04-04 13:46:24 +0200
committerjake%bugzilla.org <>2008-04-04 13:46:24 +0200
commite4edf63572cb584f9cccbd5b71441466accbd3d3 (patch)
tree3095388e077fe8cf605f7ad02036ca526f3eef28 /docs/en/xml/glossary.xml
parentd1920fc378690e82e955076cc08f03e79cce0f44 (diff)
downloadbugzilla-e4edf63572cb584f9cccbd5b71441466accbd3d3.tar.gz
bugzilla-e4edf63572cb584f9cccbd5b71441466accbd3d3.tar.xz
Bug 191537 - Improvements to the security section.
Diffstat (limited to 'docs/en/xml/glossary.xml')
-rw-r--r--docs/en/xml/glossary.xml40
1 files changed, 31 insertions, 9 deletions
diff --git a/docs/en/xml/glossary.xml b/docs/en/xml/glossary.xml
index 191b3fb39..15b7fe948 100644
--- a/docs/en/xml/glossary.xml
+++ b/docs/en/xml/glossary.xml
@@ -242,17 +242,24 @@
</glossdef>
</glossentry>
- <glossentry>
- <glossterm>mysqld</glossterm>
+ <glossentry id="gloss-mysql">
+ <glossterm>MySQL</glossterm>
<glossdef>
- <para>mysqld is the name of the
- <glossterm>daemon</glossterm>
-
- for the MySQL database. In general, it is invoked automatically
- through the use of the System V init scripts on GNU/Linux and
- AT&amp;T System V-based systems, such as Solaris and HP/UX, or
- through the RC scripts on BSD-based systems.</para>
+ <para>MySQL is currently the required
+ <glossterm linkend="gloss-rdbms">RDBMS</glossterm> for Bugzilla. MySQL
+ can be downloaded from <ulink url="http://www.mysql.com"/>. While you
+ should familiarize yourself with all of the documentation, some high
+ points are:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para><ulink url="http://www.mysql.com/doc/P/r/Privilege_system.html">MySQL
+ Privilege System</ulink> - Much more detailed information about
+ the suggestions in <xref linkend="security-mysql"/>.
+ </para>
+ </listitem>
+ </itemizedlist>
</glossdef>
</glossentry>
</glossdiv>
@@ -311,6 +318,21 @@
</glossentry>
</glossdiv>
+ <glossdiv id="gloss-r">
+ <title>R</title>
+
+ <glossentry id="gloss-rdbms">
+ <glossterm>Relational DataBase Managment System</glossterm>
+ <acronym>RDBMS</acronym>
+
+ <glossdef>
+ <para>A relational database management system is a database system
+ that stores information in tables that are related to each other.
+ </para>
+ </glossdef>
+ </glossentry>
+ </glossdiv>
+
<glossdiv id="gloss-s">
<title>S</title>