~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to man/mysql_install_db.1

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBmysql_install_db\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: 07/06/2010
 
5
.\"      Date: 12/16/2011
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.1
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBMYSQL_INSTALL_DB\" "1" "07/06/2010" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBMYSQL_INSTALL_DB\" "1" "12/16/2011" "MySQL 5\&.1" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
80
80
\fB\-\-bootstrap\fR
81
81
and
82
82
\fB\-\-skip\-grant\-tables\fR
83
 
options (see
84
 
Section\ \&2.3.2, \(lqTypical configure Options\(rq)\&. If MySQL was configured with the
 
83
options\&. If MySQL was configured with the
85
84
\fB\-\-disable\-grant\-options\fR
86
85
option,
87
86
\fB\-\-bootstrap\fR
88
87
and
89
88
\fB\-\-skip\-grant\-tables\fR
90
 
will be disabled\&. To handle this, set the
 
89
will be disabled (see
 
90
Section\ \&2.11.4, \(lqMySQL Source-Configuration Options\(rq)\&. To handle this, set the
91
91
MYSQLD_BOOTSTRAP
92
92
environment variable to the full path name of a server that has all options enabled\&.
93
93
\fBmysql_install_db\fR
94
94
will use that server\&.
 
95
.if n \{\
 
96
.sp
 
97
.\}
 
98
.RS 4
 
99
.it 1 an-trap
 
100
.nr an-no-space-flag 1
 
101
.nr an-break-flag 1
 
102
.br
 
103
.ps +1
 
104
\fBNote\fR
 
105
.ps -1
 
106
.br
 
107
.PP
 
108
If you have set a custom
 
109
TMPDIR
 
110
variable when performing the installation, and the specified directory is not accessible, the execution of
 
111
\fBmysql_install_db\fR
 
112
may fail\&. You should unset
 
113
TMPDIR, or set
 
114
TMPDIR
 
115
to point to the system temporary directory (usually
 
116
/tmp)\&.
 
117
.sp .5v
 
118
.RE
95
119
.PP
96
120
\fBmysql_install_db\fR
97
121
supports the following options, which can be specified on the command line or in the
99
123
and (if they are common to
100
124
\fBmysqld\fR)
101
125
[mysqld]
102
 
option file groups\&.
 
126
groups of an option file\&. Other options are passed to
 
127
\fBmysqld\fR\&. For information about option files, see
 
128
Section\ \&4.2.3.3, \(lqUsing Option Files\(rq\&.
 
129
\fBmysql_install_db\fR
 
130
also supports the options for processing option files described at
 
131
Section\ \&4.2.3.3.1, \(lqCommand-Line Options that Affect Option-File Handling\(rq\&.
103
132
.sp
104
133
.RS 4
105
134
.ie n \{\
252
281
.SH "COPYRIGHT"
253
282
.br
254
283
.PP
255
 
Copyright \(co 1997, 2010, Oracle and/or its affiliates. All rights reserved.
 
284
Copyright \(co 1997, 2011, Oracle and/or its affiliates. All rights reserved.
256
285
.PP
257
286
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.
258
287
.PP