Skip to content

Commit 2a9bcc6

Browse files
iangilfillanvuvova
authored andcommitted
MDEV-7680: mysqld man page
1 parent 99142ab commit 2a9bcc6

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

man/mysqld.8

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
.\" -----------------------------------------------------------------
1212
.\" * MAIN CONTENT STARTS HERE *
1313
.\" -----------------------------------------------------------------
14-
.\" mysqld: MySQL server
15-
.\" MySQL server: mysqld
14+
.\" mysqld: MariaDB server
15+
.\" MariaDB server: mysqld
1616
.SH "NAME"
17-
mysqld \- the MySQL server
17+
mysqld \- the MariaDB server
1818
.SH "SYNOPSIS"
1919
.HP \w'\fBmysqld\ [\fR\fB\fIoptions\fR\fR\fB]\fR\ 'u
2020
\fBmysqld [\fR\fB\fIoptions\fR\fR\fB]\fR
2121
.SH "DESCRIPTION"
2222
.PP
23-
\fBmysqld\fR, also known as MySQL Server, is the main program that does most of the work in a MySQL installation\&. MySQL Server manages access to the MySQL data directory that contains databases and tables\&. The data directory is also the default location for other information such as log files and status files\&.
23+
\fBmysqld\fR, also known as MariaDB Server, is the main program that does most of the work in a MariaDB installation\&. MariaDB Server manages access to the MariaDB data directory that contains databases and tables\&. The data directory is also the default location for other information such as log files and status files\&.
2424
.PP
25-
When MySQL server starts, it listens for network connections from client programs and manages access to databases on behalf of those clients\&.
25+
When MariaDB server starts, it listens for network connections from client programs and manages access to databases on behalf of those clients\&.
2626
.PP
2727
The
2828
\fBmysqld\fR
@@ -38,11 +38,10 @@ shell> \fBmysqld \-\-verbose \-\-help\fR
3838
.RE
3939
.\}
4040
.PP
41-
MySQL Server also has a set of system variables that affect its operation as it runs\&. System variables can be set at server startup, and many of them can be changed at runtime to effect dynamic server reconfiguration\&. MySQL Server also has a set of status variables that provide information about its operation\&. You can monitor these status variables to access runtime performance characteristics\&.
41+
MariaDB Server also has a set of system variables that affect its operation as it runs\&. System variables can be set at server startup, and many of them can be changed at runtime to effect dynamic server reconfiguration\&. MariaDB Server also has a set of status variables that provide information about its operation\&. You can monitor these status variables to access runtime performance characteristics\&.
4242
.PP
43-
For a full description of MySQL Server command options, system variables, and status variables, see
44-
Section\ \&5.1, \(lqThe MySQL Server\(rq\&. For information about installing MySQL and setting up the initial configuration, see
45-
Chapter\ \&2, Installing and Upgrading MySQL\&.
43+
For a full description of MariaDB Server command options, system variables, and status variables, see
44+
the MariaDB Knowledge Base\&.
4645
.SH "COPYRIGHT"
4746
.br
4847
.PP

0 commit comments

Comments
 (0)