zoukankan      html  css  js  c++  java
  • MySQL Server and Server-Startup Programs

    1. mysqld-The MySQL Server

    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 dirctory that contains databases and tables,

    The data directory is also the default location for other information such as log files and status files.

    Note:

      Some installation packages contain  a debugging versison of the server named mysqld-debug.

    invoke this version instead of mysqld for debugging support, memory allocation checking, and trace file support.

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

    The mysqld program has many options that can be specified at startup.

    shell> mysqld --verbose --help

    宛如智障,暗藏锋芒
  • 相关阅读:
    Java 执行
    Java 反射
    Mysql 日常
    Java 引用
    Mysql insert on update
    Java Mail 异常
    HDU_5456_数位dp
    HDU_4734_数位dp
    POJ_1221_DP
    POJ_1050_最大子矩阵
  • 原文地址:https://www.cnblogs.com/zienzir/p/9047694.html
Copyright © 2011-2022 走看看