码迷,mamicode.com
首页 > 数据库 > 详细

Mysql---MySQL Server Administration

时间:2020-10-06 20:47:04      阅读:36      评论:0      收藏:0      [点我收藏+]

标签:keyword   directory   cal   ram   runtime   ssi   base   完成后   key   

1、The Mysql Server

    mysqld is the MySQL server.

    1.1、Configuring the Server

        a,查看Mysql Server options and configurable system variables 

            mysqld --verbose --help

        b,查看当前正在运行的 Mysql Server实例 system variable values

            SHOW VARIABLES;

        c,查看当前运行的Mysql Server实例statistical and status indicators

            SHOW STATUS;

    1.2、Server Configuration Defaults

        The MySQL server has many operating parameters, which you can change at server startup using command-line options or configuration files (option files). It is also possible to change many parameters at runtime.(Mysql Server有很多运行参数,可以在启动时通过 命令行 | 配置文件 进行修改; 也可以在运行时进行修改)

        On Windows, MySQL Installer interacts with the user and creates a file named my.ini in the base installation directory as the default option file.(windows系统中,安装目录下有个一my.ini文件作为 选项文件)After completing the installation process, you can edit the default option file at any time to modify the parameters used by the server.(安装完成后,你可以在任何时候编辑my.ini文件进行修改参数)

        For non-Windows platforms, no default option file is created during either the server installation or the data directory initialization process.(对于非Windows系统,没有默认的选项文件创建)

    1.3、Server Status Variables

        The MySQL server maintains many status variables that provide information about its operation.(Mysql Sever)

        

Mysql---MySQL Server Administration

标签:keyword   directory   cal   ram   runtime   ssi   base   完成后   key   

原文地址:https://www.cnblogs.com/anpeiyong/p/13772781.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!