Skip to content

Commit 9a4bc0d

Browse files
iangilfillancvicentiu
authored andcommitted
Update mysql_secure_installation man page
1 parent 4799af0 commit 9a4bc0d

File tree

1 file changed

+68
-4
lines changed

1 file changed

+68
-4
lines changed

man/mysql_secure_installation.1

Lines changed: 68 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'\" t
22
.\"
3-
.TH "\FBMYSQL_SECURE_INST" "1" "04/08/2015" "MariaDB 10\&.0" "MariaDB Database System"
3+
.TH "\FBMYSQL_SECURE_INST" "1" "3 January 2017" "MariaDB 10\&.0" "MariaDB Database System"
44
.\" -----------------------------------------------------------------
55
.\" * set default formatting
66
.\" -----------------------------------------------------------------
@@ -71,9 +71,8 @@ test
7171
database, which by default can be accessed by anonymous users\&.
7272
.RE
7373
.PP
74-
Invoke
7574
\fBmysql_secure_installation\fR
76-
without arguments:
75+
can be invoked without arguments:
7776
.sp
7877
.if n \{\
7978
.RS 4
@@ -86,10 +85,75 @@ shell> \fBmysql_secure_installation\fR
8685
.\}
8786
.PP
8887
The script will prompt you to determine which actions to perform\&.
88+
.PP
89+
\fBmysql_secure_installation\fR
90+
accepts some options:
91+
.sp
92+
.RS 4
93+
.ie n \{\
94+
\h'-04'\(bu\h'+03'\c
95+
.\}
96+
.el \{\
97+
.sp -1
98+
.IP \(bu 2.3
99+
.\}
100+
.\" mysql_secure_installation: basedir option
101+
.\" basedir option: mysql_secure_installation
102+
\fB\-\-basedir=\fR\fB\fIdir_name\fR\fR
103+
.sp
104+
Base directory\&.
105+
.RE
106+
.sp
107+
.RS 4
108+
.ie n \{\
109+
\h'-04'\(bu\h'+03'\c
110+
.\}
111+
.el \{\
112+
.sp -1
113+
.IP \(bu 2.3
114+
.\}
115+
.\" mysql_secure_installation: defaults-extra-file option
116+
.\" defaults-extra-file option: mysql_secure_installation
117+
\fB\-\-defaults\-extra\-file=\fR\fB\fIfile_name\fR\fR
118+
.sp
119+
Additional option file\&.
120+
.RE
121+
.sp
122+
.RS 4
123+
.ie n \{\
124+
\h'-04'\(bu\h'+03'\c
125+
.\}
126+
.el \{\
127+
.sp -1
128+
.IP \(bu 2.3
129+
.\}
130+
.\" mysql_secure_installation: defaults-file option
131+
.\" defaults-file option: mysql_secure_installation
132+
\fB\-\-defaults\-file=\fR\fB\fIfile_name\fR\fR
133+
.sp
134+
Option file\&.
135+
.RE
136+
.sp
137+
.RS 4
138+
.ie n \{\
139+
\h'-04'\(bu\h'+03'\c
140+
.\}
141+
.el \{\
142+
.sp -1
143+
.IP \(bu 2.3
144+
.\}
145+
.\" mysql_secure_installation: no-defaults option
146+
.\" no-defaults option: mysql_secure_installation
147+
\fB\-\-no\-defaults\fR
148+
.sp
149+
Don't read any defaults file\&.
150+
.RE
151+
.sp
152+
Other unrecognized options will be passed on to the server\&.
89153
.SH "COPYRIGHT"
90154
.br
91155
.PP
92-
Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2015 MariaDB Foundation
156+
Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2017 MariaDB Foundation
93157
.PP
94158
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.
95159
.PP

0 commit comments

Comments
 (0)