~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to man/ndb_mgm.1

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-04-02 16:10:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070402161053-zkil9hjq9k5p1uzv
Tags: 5.0.37-0ubuntu1
* New upstream bugfix release.
  - Fixes replication failure with auto-increment and on duplicate key
    update, a regression introduced into 5.0.24. (LP: #95821)
* debian/control: Set Ubuntu maintainer.
* debian/rules: Change comments from 'Debian etch' to 'Ubuntu 7.04'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"     Title: \fBndb_mgm\fR
 
2
.\"    Author: 
 
3
.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
 
4
.\"      Date: 03/05/2007
 
5
.\"    Manual: MySQL Database System
 
6
.\"    Source: MySQL 5.0
 
7
.\"
 
8
.TH "\fBNDB_MGM\fR" "1" "03/05/2007" "MySQL 5.0" "MySQL Database System"
 
9
.\" disable hyphenation
 
10
.nh
 
11
.\" disable justification (adjust text to left margin only)
 
12
.ad l
 
13
.SH "NAME"
 
14
ndb_mgm \- the management client process
 
15
.SH "SYNOPSIS"
 
16
.HP 16
 
17
\fBndb_mgm \fR\fB\fIoptions\fR\fR
 
18
.SH "DESCRIPTION"
 
19
.PP
 
20
The
 
21
\fBndb_mgm\fR
 
22
management client process is actually not needed to run the cluster. Its value lies in providing a set of commands for checking the cluster's status, starting backups, and performing other administrative functions. The management client accesses the management server using a C API. Advanced users can also employ this API for programming dedicated management processes to perform tasks similar to those performed by
 
23
\fBndb_mgm\fR.
 
24
.PP
 
25
To start the management client, it is necessary to supply the hostname and port number of the management server:
 
26
.sp
 
27
.RS 3n
 
28
.nf
 
29
shell> \fBndb_mgm [\fR\fB\fIhost_name\fR\fR\fB [\fR\fB\fIport_num\fR\fR\fB]]\fR
 
30
.fi
 
31
.RE
 
32
.PP
 
33
For example:
 
34
.sp
 
35
.RS 3n
 
36
.nf
 
37
shell> \fBndb_mgm ndb_mgmd.mysql.com 1186\fR
 
38
.fi
 
39
.RE
 
40
.PP
 
41
The default hostname and port number are
 
42
localhost
 
43
and 1186, respectively.
 
44
.PP
 
45
Additional information about using
 
46
\fBndb_mgm\fR
 
47
can be found in
 
48
Section\ 6.2.4, \(lqCommand Options for \fBndb_mgm\fR\(rq, and
 
49
Section\ 7.2, \(lqCommands in the Management Client\(rq.
 
50
.SH "COPYRIGHT"
 
51
.PP
 
52
Copyright 1997\-2007 MySQL AB
 
53
.PP
 
54
This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how MySQL disseminates it (that is, electronically for download on a Web site with the software) or on a CD\-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of MySQL AB. MySQL AB reserves any and all rights to this documentation not expressly granted above.
 
55
.PP
 
56
Please email
 
57
<docs@mysql.com>
 
58
for more information.
 
59
.SH "SEE ALSO"
 
60
make_win_bin_dist(1),
 
61
msql2mysql(1),
 
62
my_print_defaults(1),
 
63
myisam_ftdump(1),
 
64
myisamchk(1),
 
65
myisamlog(1),
 
66
myisampack(1),
 
67
mysql(1),
 
68
mysql.server(1),
 
69
mysql_config(1),
 
70
mysql_explain_log(1),
 
71
mysql_fix_privilege_tables(1),
 
72
mysql_install_db(1),
 
73
mysql_tzinfo_to_sql(1),
 
74
mysql_upgrade(1),
 
75
mysql_zap(1),
 
76
mysqlaccess(1),
 
77
mysqladmin(1),
 
78
mysqlbinlog(1),
 
79
mysqlcheck(1),
 
80
mysqld(8),
 
81
mysqld_multi(1),
 
82
mysqld_safe(1),
 
83
mysqldump(1),
 
84
mysqlhotcopy(1),
 
85
mysqlimport(1),
 
86
mysqlmanager(8),
 
87
mysqlshow(1),
 
88
ndb_config(1),
 
89
ndb_cpcd(1),
 
90
ndb_delete_all(1),
 
91
ndb_desc(1),
 
92
ndb_drop_index(1),
 
93
ndb_drop_table(1),
 
94
ndb_error_reporter(1),
 
95
ndb_mgmd(1),
 
96
ndb_print_backup_file(1),
 
97
ndb_print_schema_file(1),
 
98
ndb_print_sys_file(1),
 
99
ndb_restore(1),
 
100
ndb_select_all(1),
 
101
ndb_select_count(1),
 
102
ndb_show_tables(1),
 
103
ndb_size.pl(1),
 
104
ndb_waiter(1),
 
105
ndbd(1),
 
106
perror(1),
 
107
replace(1),
 
108
safe_mysqld(1)
 
109
.P
 
110
For more information, please refer to the MySQL Reference Manual,
 
111
which may already be installed locally and which is also available
 
112
online at http://dev.mysql.com/doc/.
 
113
.SH AUTHOR
 
114
MySQL AB (http://www.mysql.com/).
 
115
This software comes with no warranty.