zoukankan      html  css  js  c++  java
  • MySQL user表简介

    mysql> DESC MYSQL.USER G
    *************************** 1. row ***************************
      Field: Host
       Type: char(60)
       Null: NO
        Key: PRI
    Default:
      Extra:
    *************************** 2. row ***************************
      Field: User
       Type: char(16)
       Null: NO
        Key: PRI
    Default:
      Extra:
    *************************** 3. row ***************************
      Field: Password
       Type: char(41)
       Null: NO
        Key:
    Default:
      Extra:

     共42列。

    【1】Host——对应的允许访问域(%表示全域,192.168.%.%表示对应账号对该段均可访问,192.168.1.1表示对应账号仅这台机器可访问)
    【2】User——用户名
    【3】Password——密码加密串

    【29】xxx_priv——各种权限 

    ssl_type

    ssl_cipher
    x509_issuer
    x509_subject
    max_questions
    max_updates
    max_connections
    max_user_connections
    plugin
    authentication_string
  • 相关阅读:
    CSS
    CSS
    HTML
    HTML
    HTML
    ubuntu server安装的一些坑
    Haproxy 开启日志记录
    nginx反向代理时保持长连接
    最简单的tomcat安装部署
    nginx的安装部署以及使用
  • 原文地址:https://www.cnblogs.com/xiaoit/p/3973862.html
Copyright © 2011-2022 走看看