~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzled.8

  • Committer: Padraig O'Sullivan
  • Date: 2009-09-13 01:03:01 UTC
  • mto: (1126.9.2 captain-20090915-01)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: osullivan.padraig@gmail.com-20090913010301-tcvvezipx1124acy
Added calls to the dtrace delete begin/end probes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"     Title: \fBdrizzled\fR
 
1
.\"     Title: \fBmysqld\fR
2
2
.\"    Author: 
3
3
.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
4
 
.\"      Date: 03/18/2010
5
 
.\"    Manual: drizzle Database System
6
 
.\"    Source: drizzle
 
4
.\"      Date: 05/23/2009
 
5
.\"    Manual: MySQL Database System
 
6
.\"    Source: MySQL 6.0
7
7
.\"
8
 
.TH "\fBdrizzled\fR" "8" "03/18/2010" "drizzle" "drizzle Database System"
 
8
.TH "\fBMYSQLD\fR" "8" "05/23/2009" "MySQL 6.0" "MySQL Database System"
9
9
.\" disable hyphenation
10
10
.nh
11
11
.\" disable justification (adjust text to left margin only)
12
12
.ad l
13
13
.SH "NAME"
14
 
drizzled \- the drizzle server
 
14
mysqld \- the MySQL server
15
15
.SH "SYNOPSIS"
16
16
.HP 17
17
 
\fBdrizzled [\fR\fB\fIoptions\fR\fR\fB]\fR
 
17
\fBmysqld [\fR\fB\fIoptions\fR\fR\fB]\fR
18
18
.SH "DESCRIPTION"
19
19
.PP
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.
 
20
\fBmysqld\fR, also known as MySQL Server, is the main program that does most of the work in a MySQL installation. MySQL Server manages access to the MySQL 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.
21
21
.PP
22
 
When drizzle server starts, it listens for network connections from client programs and manages access to databases on behalf of those clients.
 
22
When MySQL server starts, it listens for network connections from client programs and manages access to databases on behalf of those clients.
23
23
.PP
24
24
The
25
 
\fBdrizzled\fR
 
25
\fBmysqld\fR
26
26
program has many options that can be specified at startup. For a complete list of options, run this command:
27
27
.sp
28
28
.RS 3n
29
29
.nf
30
 
shell> \fBdrizzled \-\-verbose \-\-help\fR
 
30
shell> \fBmysqld \-\-verbose \-\-help\fR
31
31
.fi
32
32
.RE
33
33
.PP
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.
 
34
MySQL 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. MySQL 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.
35
35
.PP
 
36
For a full description of MySQL Server command options, system variables, and status variables, see
 
37
Section\ 5.1, \(lqThe MySQL Server\(rq. For information about installing MySQL and setting up the initial configuration, see
 
38
Chapter\ 2, Installing and Upgrading MySQL.
36
39
.SH "COPYRIGHT"
37
40
.PP
38
 
Copyright 2007\-2008 MySQL AB, 2009 Sun Microsystems, Inc. 
 
41
Copyright 2007\-2008 MySQL AB, 2009 Sun Microsystems, Inc.
39
42
.PP
40
43
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
44
.PP
43
46
.PP
44
47
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
48
.SH "SEE ALSO"
46
 
For more information about drizzle visit the drizzle wiki at http://wiki.drizzle.org
 
49
For more information, please refer to the MySQL Reference Manual,
 
50
which may already be installed locally and which is also available
 
51
online at http://dev.mysql.com/doc/.
47
52
.SH AUTHOR
48
 
drizzle Team
 
53
Sun Microsystems, Inc. (http://www.mysql.com/).