diff options
author | jake%bugzilla.org <> | 2003-02-17 00:43:17 +0100 |
---|---|---|
committer | jake%bugzilla.org <> | 2003-02-17 00:43:17 +0100 |
commit | cf24e4288445591be2595c542fcc9d7e5e0330e0 (patch) | |
tree | 187c83cd4819e668107e8218229a759a5beb1803 /docs/html/glossary.html | |
parent | b4286a83da3f6adc18289ad0ac4f2e1b38ff5abd (diff) | |
download | bugzilla-cf24e4288445591be2595c542fcc9d7e5e0330e0.tar.gz bugzilla-cf24e4288445591be2595c542fcc9d7e5e0330e0.tar.xz |
Recompiling the docs for the 2.17.4 development release.
Diffstat (limited to 'docs/html/glossary.html')
-rw-r--r-- | docs/html/glossary.html | 107 |
1 files changed, 94 insertions, 13 deletions
diff --git a/docs/html/glossary.html b/docs/html/glossary.html index d849ab69d..44e264d45 100644 --- a/docs/html/glossary.html +++ b/docs/html/glossary.html @@ -7,7 +7,7 @@ NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ "><LINK REL="HOME" -TITLE="The Bugzilla Guide" +TITLE="The Bugzilla Guide - 2.17.4 Development Release" HREF="index.html"><LINK REL="PREVIOUS" TITLE="How to use this License for your documents" @@ -31,7 +31,7 @@ CELLSPACING="0" ><TH COLSPAN="3" ALIGN="center" ->The Bugzilla Guide</TH +>The Bugzilla Guide - 2.17.4 Development Release</TH ></TR ><TR ><TD @@ -70,7 +70,7 @@ CLASS="glossdiv" ><H1 CLASS="glossdiv" ><A -NAME="AEN2272" +NAME="AEN2309" ></A >0-9, high ascii</H1 ><DL @@ -485,21 +485,78 @@ NAME="gloss-m" >M</H1 ><DL ><DT +><A +NAME="gloss-mta" +></A +><B +>Message Transport Agent</B +></DT +> (MTA)<DD +><P +>A Message Transport Agent is used to control the flow of email + on a system. Many unix based systems use + <A +HREF="http://www.sendmail.org" +TARGET="_top" +>sendmail</A +> which is what + Bugzilla expects to find by default at <TT +CLASS="filename" +>/usr/sbin/sendmail</TT +>. + Many other MTA's will work, but they all require that the + <TT +CLASS="option" +>sendmailnow</TT +> param be set to <TT +CLASS="literal" +>on</TT +>. + </P +></DD +><DT +><A +NAME="gloss-mysql" +></A ><B ->mysqld</B +>MySQL</B ></DT ><DD ><P ->mysqld is the name of the - <I +>MySQL is currently the required + <A +HREF="glossary.html#gloss-rdbms" +><I CLASS="glossterm" ->daemon</I -> - - 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.</P +>RDBMS</I +></A +> for Bugzilla. MySQL + can be downloaded from <A +HREF="http://www.mysql.com" +TARGET="_top" +>http://www.mysql.com</A +>. While you + should familiarize yourself with all of the documentation, some high + points are: + </P +><P +></P +><UL +><LI +><P +><A +HREF="http://www.mysql.com/doc/P/r/Privilege_system.html" +TARGET="_top" +>MySQL + Privilege System</A +> - Much more detailed information about + the suggestions in <A +HREF="security.html#security-mysql" +>Section 5.6.2</A +>. + </P +></LI +></UL ></DD ></DL ></DIV @@ -593,6 +650,30 @@ CLASS="glossdiv" ><H1 CLASS="glossdiv" ><A +NAME="gloss-r" +></A +>R</H1 +><DL +><DT +><A +NAME="gloss-rdbms" +></A +><B +>Relational DataBase Managment System</B +></DT +> (RDBMS)<DD +><P +>A relational database management system is a database system + that stores information in tables that are related to each other. + </P +></DD +></DL +></DIV +><DIV +CLASS="glossdiv" +><H1 +CLASS="glossdiv" +><A NAME="gloss-s" ></A >S</H1 |