From 36a23d81d3d62a69dd5f2f6d0cade001d59aac6b Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Sun, 16 Feb 2003 01:22:41 +0000 Subject: Bug 191537 - Improvements to the security section. --- docs/sgml/glossary.sgml | 40 +++++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) (limited to 'docs/sgml/glossary.sgml') 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 @@ - - mysqld + + MySQL - mysqld is the name of the - daemon - - for the MySQL database. In general, it is invoked automatically - through the use of the System V init scripts on GNU/Linux and - AT&T System V-based systems, such as Solaris and HP/UX, or - through the RC scripts on BSD-based systems. + MySQL is currently the required + RDBMS for Bugzilla. MySQL + can be downloaded from . While you + should familiarize yourself with all of the documentation, some high + points are: + + + + MySQL + Privilege System - Much more detailed information about + the suggestions in . + + + @@ -311,6 +318,21 @@ + + R + + + Relational DataBase Managment System + RDBMS + + + A relational database management system is a database system + that stores information in tables that are related to each other. + + + + + S -- cgit v1.2.3-24-g4f1b