博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
# man mysqld
阅读量:6040 次
发布时间:2019-06-20

本文共 2418 字,大约阅读时间需要 8 分钟。

hot3.png

# man mysqld

       mysqld - the MySQL server
SYNOPSIS
       mysqld [options]
DESCRIPTION

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

       When MySQL 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
       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.
       For a full description of MySQL Server command options, system variables, and status variables, see Section 5.1, “The MySQL Server”. For information about installing MySQL and setting up the initial configuration, see Chapter 2, Installing and Upgrading MySQL.
COPYRIGHT
       Copyright © 1997, 2014, Oracle and/or its affiliates. All rights reserved.
       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 MySQL Reference Manual, which may already be installed locally and which is also available online at http://dev.mysql.com/doc/.
AUTHOR
       Oracle Corporation (http://dev.mysql.com/).
MySQL 5.5                         03/14/2014                         MYSQLD(8)
(END)

转载于:https://my.oschina.net/ajian2014/blog/304747

你可能感兴趣的文章
支持Ajax跨域访问ASP.NET Web Api 2(Cors)的简单示例教程演示
查看>>
PHP带头大哥谈学习OO的一点体会!
查看>>
Golang之面向对象
查看>>
android布局页面中引入另一个布局页面
查看>>
rsync工具介绍、rsync常用选项、rsync通过ssh同步
查看>>
php-fpm慢执行日志
查看>>
jquery的一次点击实现
查看>>
mysql 中查询一个字段是否为null的sql
查看>>
python操作文件写入内容
查看>>
算法学习之路|有几个PAT
查看>>
Eclipse europa 更新时 Error retrieving "feature.xml". [error in opening zip file]的解决
查看>>
微软的私有云存储协议SMB 3.0的多通道应用
查看>>
Python学习笔记七(Python smtplib模块)
查看>>
删除骇客隐藏帐号
查看>>
CentOS 6 编译安装subversion-1.8.10+Apache2.4
查看>>
Linux 负载均衡一基本概念
查看>>
浅析目前常见的三大存储模式
查看>>
3.[数据结构和算法分析笔记]栈 Stack
查看>>
Windows Phone 7 开发小技巧
查看>>
产生随机数
查看>>