~drizzle-trunk/drizzle/development

1351.1.1 by stefan
mysql->drizzle
1
.\"     Title: \fBdrizzled\fR
1022.2.25 by Monty Taylor
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.
2
.\"    Author: 
3
.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
1351.1.1 by stefan
mysql->drizzle
4
.\"      Date: 03/18/2010
5
.\"    Manual: drizzle Database System
6
.\"    Source: drizzle
1022.2.25 by Monty Taylor
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.
7
.\"
1351.1.1 by stefan
mysql->drizzle
8
.TH "\fBdrizzled\fR" "8" "03/18/2010" "drizzle" "drizzle Database System"
1022.2.25 by Monty Taylor
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.
9
.\" disable hyphenation
10
.nh
11
.\" disable justification (adjust text to left margin only)
12
.ad l
13
.SH "NAME"
1351.1.1 by stefan
mysql->drizzle
14
drizzled \- the drizzle server
1022.2.25 by Monty Taylor
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.
15
.SH "SYNOPSIS"
16
.HP 17
1351.1.1 by stefan
mysql->drizzle
17
\fBdrizzled [\fR\fB\fIoptions\fR\fR\fB]\fR
1022.2.25 by Monty Taylor
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.
18
.SH "DESCRIPTION"
19
.PP
1351.1.1 by stefan
mysql->drizzle
20
\fBdrizzled\fR, also known as drizzle Server, is the main program that does most of the work in a drizzle installation. drizzle Server manages access to the drizzle data directory that contains databases and tables. The data directory is also the default location for other information such as log files and status files.
1022.2.25 by Monty Taylor
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.
21
.PP
1351.1.1 by stefan
mysql->drizzle
22
When drizzle server starts, it listens for network connections from client programs and manages access to databases on behalf of those clients.
1022.2.25 by Monty Taylor
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.
23
.PP
24
The
1351.1.1 by stefan
mysql->drizzle
25
\fBdrizzled\fR
1022.2.25 by Monty Taylor
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.
26
program has many options that can be specified at startup. For a complete list of options, run this command:
27
.sp
28
.RS 3n
29
.nf
1351.1.1 by stefan
mysql->drizzle
30
shell> \fBdrizzled \-\-verbose \-\-help\fR
1022.2.25 by Monty Taylor
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.
31
.fi
32
.RE
33
.PP
1351.1.1 by stefan
mysql->drizzle
34
drizzle Server also has a set of system variables that affect its operation as it runs. System variables can be set at server startup, and many of them can be changed at runtime to effect dynamic server reconfiguration. drizzle Server also has a set of status variables that provide information about its operation. You can monitor these status variables to access runtime performance characteristics.
1022.2.25 by Monty Taylor
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.
35
.PP
36
.SH "COPYRIGHT"
37
.PP
1351.1.2 by stefan
copyright mysql/sun
38
Copyright 2007\-2008 MySQL AB, 2009 Sun Microsystems, Inc. 
1022.2.25 by Monty Taylor
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.
39
.PP
40
This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
41
.PP
42
This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
43
.PP
44
You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301 USA or see http://www.gnu.org/licenses/.
45
.SH "SEE ALSO"
1351.1.1 by stefan
mysql->drizzle
46
For more information about drizzle visit the drizzle wiki at http://wiki.drizzle.org
1022.2.25 by Monty Taylor
Imported manpages for the things we ship. Started to edit the names of thing. Changed the port/password options in the drizzle.1 manpage.
47
.SH AUTHOR
1351.1.1 by stefan
mysql->drizzle
48
drizzle Team