(003) mysqld command line Options

Source: Internet
Author: User

Fundamentals of the ten-year OPS series-MySQL

Zeng Lin

Contact: [Email protected]

Website: www.jplatformx.com

Copyright: Please do not reprint the article without permission

First, Introduction

MYSQLD is the MySQL server. This section highlights the command-line options for mysqld. Before you introduce, you need to understand what command-line options are.

#mysqld--verbose--help

The table above is running the MYSQLD server program under the Linux shell, where verbose and help are command-line options. The following table command accomplishes the same functionality, but its command-line options are V and?.

#mysqld-V-?

There are two types of representations for command-line options. One is "-Full name", the other is "-short". The results of both representations run the same way.

Second, command-line options

--skip-grant-tables: This option causes the server to not use the permission system. This option is usually used because the user name or password is forgotten. This permission allows the user accessing the server unrestricted access to all databases.

(003) mysqld command line Options

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.