~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to man/ndb_config.1

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-05-22 08:59:41 UTC
  • mto: (2.1.3 sid) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100522085941-4x62clk1ovyip4m5
Tags: upstream-5.1.47
ImportĀ upstreamĀ versionĀ 5.1.47

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBndb_config\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 04/06/2010
 
5
.\"      Date: 05/06/2010
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.1
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBNDB_CONFIG\FR" "1" "04/06/2010" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBNDB_CONFIG\FR" "1" "05/06/2010" "MySQL 5\&.1" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
273
273
.TE
274
274
.sp 1
275
275
Specifies the host name of the node for which configuration information is to be obtained\&.
 
276
.if n \{\
 
277
.sp
 
278
.\}
 
279
.RS 4
 
280
.it 1 an-trap
 
281
.nr an-no-space-flag 1
 
282
.nr an-break-flag 1
 
283
.br
 
284
.ps +1
 
285
\fBNote\fR
 
286
.ps -1
 
287
.br
 
288
While the hostname
 
289
localhost
 
290
usually resolves to the IP address
 
291
127\&.0\&.0\&.1, this may not necessarily be true for all operating platforms and configurations\&. This means that it is possible, when
 
292
localhost
 
293
is used in
 
294
config\&.ini, for
 
295
\fBndb_config \fR\fB\fB\-\-host=localhost\fR\fR
 
296
to fail if
 
297
\fBndb_config\fR
 
298
is run on a different host where
 
299
localhost
 
300
resolves to a different address (for example, on some versions of SUSE Linux, this is
 
301
127\&.0\&.0\&.2)\&. In general, for best results, you should use numeric IP addresses for all MySQL Clustewr configuration values relating to hosts, or verify that all MySQL Cluster hosts handle
 
302
localhost
 
303
in the same fashion\&.
 
304
.sp .5v
 
305
.RE
276
306
.RE
277
307
.sp
278
308
.RS 4
981
1011
.SH "COPYRIGHT"
982
1012
.br
983
1013
.PP
984
 
Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc.
 
1014
Copyright \(co 2008, 2010, Oracle and/or its affiliates. All rights reserved.
985
1015
.PP
986
1016
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.
987
1017
.PP
994
1024
which may already be installed locally and which is also available
995
1025
online at http://dev.mysql.com/doc/.
996
1026
.SH AUTHOR
997
 
Sun Microsystems, Inc. (http://www.mysql.com/).
 
1027
Oracle Corporation (http://dev.mysql.com/).