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

MySQL user表简介

时间:2014-09-15 22:50:09      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   color   io   os   ar   div   sp   

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

MySQL user表简介

标签:des   style   blog   color   io   os   ar   div   sp   

原文地址:http://www.cnblogs.com/xiaoit/p/3973862.html

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