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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM