2 .\" Title: \fBmy_print_defaults\fR
3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
6 .\" Manual: MySQL Database System
10 .TH "\FBMY_PRINT_DEFAULTS" "1" "11/04/2013" "MySQL 5\&.1" "MySQL Database System"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
25 .\" disable justification (adjust text to left margin only)
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
32 my_print_defaults \- display options from option files
34 .HP \w'\fBmy_print_defaults\ [\fR\fB\fIoptions\fR\fR\fB]\ \fR\fB\fIoption_group\fR\fR\fB\ \&.\&.\&.\fR\ 'u
35 \fBmy_print_defaults [\fR\fB\fIoptions\fR\fR\fB] \fR\fB\fIoption_group\fR\fR\fB \&.\&.\&.\fR
38 \fBmy_print_defaults\fR
39 displays the options that are present in option groups of option files\&. The output indicates what options will be used by programs that read the specified option groups\&. For example, the
45 option groups\&. To see what options are present in those groups in the standard option files, invoke
46 \fBmy_print_defaults\fR
53 shell> \fBmy_print_defaults mysqlcheck client\fR
62 The output consists of options, one per line, in the form that they would be specified on the command line\&.
64 \fBmy_print_defaults\fR
65 supports the following options\&.
75 .\" my_print_defaults: help option
76 .\" help option: my_print_defaults
80 Display a help message and exit\&.
91 .\" my_print_defaults: config-file option
92 .\" config-file option: my_print_defaults
93 \fB\-\-config\-file=\fR\fB\fIfile_name\fR\fR,
94 .\" my_print_defaults: defaults-file option
95 .\" defaults-file option: my_print_defaults
96 \fB\-\-defaults\-file=\fR\fB\fIfile_name\fR\fR,
97 \fB\-c \fR\fB\fIfile_name\fR\fR
99 Read only the given option file\&.
110 .\" my_print_defaults: debug option
111 .\" debug option: my_print_defaults
112 \fB\-\-debug=\fR\fB\fIdebug_options\fR\fR,
113 \fB\-# \fR\fB\fIdebug_options\fR\fR
115 Write a debugging log\&. A typical
118 \*(Aqd:t:o,\fIfile_name\fR\*(Aq\&. The default is
119 \*(Aqd:t:o,/tmp/my_print_defaults\&.trace\*(Aq\&.
130 .\" my_print_defaults: defaults-extra-file option
131 .\" defaults-extra-file option: my_print_defaults
132 \fB\-\-defaults\-extra\-file=\fR\fB\fIfile_name\fR\fR,
133 .\" my_print_defaults: extra-file option
134 .\" extra-file option: my_print_defaults
135 \fB\-\-extra\-file=\fR\fB\fIfile_name\fR\fR,
136 \fB\-e \fR\fB\fIfile_name\fR\fR
138 Read this option file after the global option file but (on Unix) before the user option file\&.
149 .\" my_print_defaults: defaults-group-suffix option
150 .\" defaults-group-suffix option: my_print_defaults
151 \fB\-\-defaults\-group\-suffix=\fR\fB\fIsuffix\fR\fR,
152 \fB\-g \fR\fB\fIsuffix\fR\fR
154 In addition to the groups named on the command line, read groups that have the given suffix\&.
165 .\" my_print_defaults: no-defaults option
166 .\" no-defaults option: my_print_defaults
167 \fB\-\-no\-defaults\fR,
170 Return an empty string\&.
181 .\" my_print_defaults: verbose option
182 .\" verbose option: my_print_defaults
186 Verbose mode\&. Print more information about what the program does\&.
197 .\" my_print_defaults: version option
198 .\" version option: my_print_defaults
202 Display version information and exit\&.
207 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
209 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.
211 This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
213 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/.
216 For more information, please refer to the MySQL Reference Manual,
217 which may already be installed locally and which is also available
218 online at http://dev.mysql.com/doc/.
220 Oracle Corporation (http://dev.mysql.com/).