mysqld(8)


NAME

   mysqld - the MariaDB server

SYNOPSIS

   mysqld [options]

DESCRIPTION

   mysqld, 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.

   When MariaDB server starts, it listens for network connections from
   client programs and manages access to databases on behalf of those
   clients.

   The mysqld program has many options that can be specified at startup.
   For a complete list of options, run this command:

       shell> mysqld --verbose --help

   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.

   For a full description of MariaDB Server command options, system
   variables, and status variables, see the MariaDB Knowledge Base.

COPYRIGHT

   Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc.,
   2010-2015 MariaDB Foundation

   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.

   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.

   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/.

SEE ALSO

   For more information, please refer to the MariaDB Knowledge Base,
   available online at https://mariadb.com/kb/

AUTHOR

   MariaDB Foundation (http://www.mariadb.org/).


More Linux Commands

manpages/XGetFeedbackControl.3.html
XGetFeedbackControl(3) - query and change input device feedb
These requests are provided to manipulate those input devices that support feedbacks. A BadMatch error will be generated if the requested device does not suppor

manpages/sasl_idle.3.html
sasl_idle(3) - Perform precalculations during an idle period
sasl_idle may be called during an idle period to allow the SASL library or any mechanisms to perform any necessary precalculation. conn may be NULL to do precal

manpages/dialog.1.html
dialog(1) - display dialog boxes from shell scripts.........
Dialog is a program that will let you to present a variety of questions or display messages using dialog boxes from a shell script. These types of dialog boxes

manpages/smoltSendProfile.1.html
smoltSendProfile(1) - Submit Smolt hardware profile to serve
smoltSendProfile program submits the hardware profile of the current machine to the Smoon server. Smolt is a cross-desktop hardware reporting tool for GNU/Linux

manpages/pixelcity.1.html
pixelcity(1) - Procedural city fly through. - Linux man page
From Shamus Young (http://code.no_google.com/p/pixelcity/): A screensaver for Windows which generates and performs a fly-through of a nighttime cityscape. * The

manpages/systemd-binfmt.8.html
systemd-binfmt(8) Configure additional binary formats for ex
systemd-binfmt.service is an early-boot service that registers additional binary formats for executables in the kernel. See binfmt.d(5) for information about th

manpages/pc1toppm.1.html
pc1toppm(1) - convert an Atari Degas .pc1 into a PPM image
This program is part of Netpbm(1) pc1toppm reads an Atari Degas .pc1 file as input and produces a PPM image as output. The .pc1 format is a compressed (run leng

manpages/XPointInRegion.3.html
XPointInRegion(3) - determine if regions are empty or equal
The XEmptyRegion function returns True if the region is empty. The XEqualRegion function returns True if the two regions have the same offset, size, and shape.

manpages/TIFFcodec.3tiff.html
TIFFcodec(3tiff) - codec-related utility routines (ManPage)
libtiff supports a variety of compression schemes implemented by software codecs. Each codec adheres to a modular interface that provides for the decoding and e

manpages/vw_printw.3ncurses.html
vw_printw(3ncurses) - print formatted output in curses windo
vw_printw.3ncurses - The printw, wprintw, mvprintw and mvwprintw routines are analogous to printf [see printf(3)]. In effect, the string that would be output by

manpages/Net::Server::PreFork.3pm.html
Net::Server::PreFork(3pm) - Net::Server personality.........
Please read the pod on Net::Server and Net::Server::PreForkSimple first. This module is a personality, or extension, or sub class, of the Net::Server::PreForkSi

manpages/log2f.3.html
log2f(3) - base-2 logarithmic function - Linux manual page
The log2() function returns the base 2 logarithm of x. RETURN VALUE On success, these functions return the base 2 logarithm of x. For special cases, including w





We can't live, work or learn in freedom unless the software we use is free.