~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzled.8

  • Committer: Eric Day
  • Date: 2010-03-25 19:28:37 UTC
  • mfrom: (1405 staging)
  • mto: This revision was merged to the branch mainline in revision 1409.
  • Revision ID: eday@oddments.org-20100325192837-4exmacbrywjovsqp
Merged trunk, rsolved conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"     Title: \fBmysqld\fR
 
1
.\"     Title: \fBdrizzled\fR
2
2
.\"    Author: 
3
3
.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
4
 
.\"      Date: 05/23/2009
5
 
.\"    Manual: MySQL Database System
6
 
.\"    Source: MySQL 6.0
 
4
.\"      Date: 03/18/2010
 
5
.\"    Manual: drizzle Database System
 
6
.\"    Source: drizzle
7
7
.\"
8
 
.TH "\fBMYSQLD\fR" "8" "05/23/2009" "MySQL 6.0" "MySQL Database System"
 
8
.TH "\fBdrizzled\fR" "8" "03/18/2010" "drizzle" "drizzle 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
 
mysqld \- the MySQL server
 
14
drizzled \- the drizzle server
15
15
.SH "SYNOPSIS"
16
16
.HP 17
17
 
\fBmysqld [\fR\fB\fIoptions\fR\fR\fB]\fR
 
17
\fBdrizzled [\fR\fB\fIoptions\fR\fR\fB]\fR
18
18
.SH "DESCRIPTION"
19
19
.PP
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.
 
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.
21
21
.PP
22
 
When MySQL server starts, it listens for network connections from client programs and manages access to databases on behalf of those clients.
 
22
When drizzle 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
 
\fBmysqld\fR
 
25
\fBdrizzled\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> \fBmysqld \-\-verbose \-\-help\fR
 
30
shell> \fBdrizzled \-\-verbose \-\-help\fR
31
31
.fi
32
32
.RE
33
33
.PP
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.
 
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.
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.
39
36
.SH "COPYRIGHT"
40
37
.PP
41
 
Copyright 2007\-2008 MySQL AB, 2009 Sun Microsystems, Inc.
 
38
Copyright 2007\-2008 MySQL AB, 2009 Sun Microsystems, Inc. 
42
39
.PP
43
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.
44
41
.PP
46
43
.PP
47
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/.
48
45
.SH "SEE ALSO"
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/.
 
46
For more information about drizzle visit the drizzle wiki at http://wiki.drizzle.org
52
47
.SH AUTHOR
53
 
Sun Microsystems, Inc. (http://www.mysql.com/).
 
48
drizzle Team