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

    宛如智障,暗藏锋芒
  • 相关阅读:
    AlphaToCoverage solution
    PhyreEngine3.8 MSAA resolution
    渲染错误
    tomcat
    Jupyter
    Flask
    Highcharts20151130
    CodeMirror
    响应式
    import
  • 原文地址:https://www.cnblogs.com/zienzir/p/9047694.html
Copyright © 2011-2022 走看看