summaryrefslogtreecommitdiffstats
path: root/docs/sgml/glossary.sgml
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2003-02-16 02:22:41 +0100
committerjake%bugzilla.org <>2003-02-16 02:22:41 +0100
commit36a23d81d3d62a69dd5f2f6d0cade001d59aac6b (patch)
treea10856e7916d3596f749db2b7c8f2771d23e4637 /docs/sgml/glossary.sgml
parentee88638a7dc3bad66049a69354d71816286073df (diff)
downloadbugzilla-36a23d81d3d62a69dd5f2f6d0cade001d59aac6b.tar.gz
bugzilla-36a23d81d3d62a69dd5f2f6d0cade001d59aac6b.tar.xz
Bug 191537 - Improvements to the security section.
Diffstat (limited to 'docs/sgml/glossary.sgml')
-rw-r--r--docs/sgml/glossary.sgml40
1 files changed, 31 insertions, 9 deletions
diff --git a/docs/sgml/glossary.sgml b/docs/sgml/glossary.sgml
index 191b3fb39..15b7fe948 100644
--- a/docs/sgml/glossary.sgml
+++ b/docs/sgml/glossary.sgml
@@ -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>