MYSQL Account Management

Source: Internet
Author: User

"MYSQL account Management "

You must connect root to the MySQL server as the MySQL user and which has the CREATE USER privilege.

  CREATE USERCreates a new row in the mysql.user table.

Example 1:create An account that uses the default authentication plugin and the given password. Mark The password expired so, the user must choose a new one at the first connection to the server:

  

Example 2:create An account that uses the sha256_password authentication plugin and the given password. Require that a new password is chosen every:

  

Example:this statement creates and accounts, each with the default authentication plugin and named password. For both accounts, connections must is made using a valid X509 certificate and up to queries per hour is permitted. Both accounts is locked initially, so effectively they is placeholders and cannot is used until an administrator unlocks them:

  

Example of a GRANT statement:

  

To delete a user:

  

Set Password:

  

Reference: http://dev.mysql.com/doc/refman/5.7/en/account-management-sql.html

MYSQL Account Management

Related Article

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.