1MYSQLD(8)                    MySQL Database System                   MYSQLD(8)
2
3
4

NAME

6       mysqld - the MySQL server
7

SYNOPSIS

9       mysqld [options]
10

DESCRIPTION

12       mysqld, also known as MySQL Server, is the main program that does most
13       of the work in a MySQL installation. MySQL Server manages access to the
14       MySQL data directory that contains databases and tables. The data
15       directory is also the default location for other information such as
16       log files and status files.
17
18       When MySQL server starts, it listens for network connections from
19       client programs and manages access to databases on behalf of those
20       clients.
21
22       The mysqld program has many options that can be specified at startup.
23       For a complete list of options, run this command:
24
25           shell> mysqld --verbose --help
26
27       MySQL Server also has a set of system variables that affect its
28       operation as it runs. System variables can be set at server startup,
29       and many of them can be changed at runtime to effect dynamic server
30       reconfiguration. MySQL Server also has a set of status variables that
31       provide information about its operation. You can monitor these status
32       variables to access runtime performance characteristics.
33
34       For a full description of MySQL Server command options, system
35       variables, and status variables, see Section 5.1, “The MySQL Server”.
36       For information about installing MySQL and setting up the initial
37       configuration, see Chapter 2, Installing and Upgrading MySQL.
38
40       Copyright © 1997, 2011, Oracle and/or its affiliates. All rights
41       reserved.
42
43       This documentation is free software; you can redistribute it and/or
44       modify it only under the terms of the GNU General Public License as
45       published by the Free Software Foundation; version 2 of the License.
46
47       This documentation is distributed in the hope that it will be useful,
48       but WITHOUT ANY WARRANTY; without even the implied warranty of
49       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
50       General Public License for more details.
51
52       You should have received a copy of the GNU General Public License along
53       with the program; if not, write to the Free Software Foundation, Inc.,
54       51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see
55       http://www.gnu.org/licenses/.
56
57

SEE ALSO

59       For more information, please refer to the MySQL Reference Manual, which
60       may already be installed locally and which is also available online at
61       http://dev.mysql.com/doc/.
62

AUTHOR

64       Oracle Corporation (http://dev.mysql.com/).
65
66
67
68MySQL 5.1                         10/26/2011                         MYSQLD(8)
Impressum