Pick up recent docs changes for the compiled versions
git-svn-id: svn://10.0.0.236/trunk@142159 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -16,7 +16,7 @@ The Bugzilla Team
|
||||
|
||||
This documentation is maintained in DocBook 4.1.2 XML format. Changes
|
||||
are best submitted as plain text or XML diffs, attached to a bug filed
|
||||
in the Bugzilla Documentation compontent.
|
||||
in the Bugzilla Documentation component.
|
||||
|
||||
This is a development version of this guide. Information in it is
|
||||
subject to change before the 2.18 release of this guide (which will
|
||||
@@ -944,7 +944,7 @@ Chapter 4. Installation
|
||||
limited to 16 characters.
|
||||
|
||||
bash# mysql -u root mysql
|
||||
mysql> UPDATE user SET Password=PASSWORD('<new_password'>) WHERE
|
||||
mysql> UPDATE user SET Password=PASSWORD('<new_password>') WHERE
|
||||
user='root';
|
||||
mysql> FLUSH PRIVILEGES;
|
||||
|
||||
@@ -1191,7 +1191,7 @@ set=ISO-8859-1/i" *.cgi *.pl
|
||||
speeds for other users. If your Bugzilla installation is experiencing
|
||||
this problem , you may install the Apache module mod_throttle which
|
||||
can limit connections by ip-address. You may download this module at
|
||||
http://www.snert.com/Software/Throttle/. Follow the instructions to
|
||||
http://www.snert.com/Software/mod_throttle/ Follow the instructions to
|
||||
install into your Apache install. This module only functions with the
|
||||
Apache web server! You may use the ThrottleClientIP command provided
|
||||
by this module to accomplish this goal. See the Module Instructions
|
||||
@@ -4448,6 +4448,10 @@ R
|
||||
that stores information in tables that are related to each
|
||||
other.
|
||||
|
||||
Regular Expression (regexp)
|
||||
A regular expression is an expression used for pattern
|
||||
matching. Documentation
|
||||
|
||||
S
|
||||
|
||||
SGML
|
||||
|
||||
Reference in New Issue
Block a user