最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501
当前位置: 首页 - 科技 - 知识百科 - 正文

mysql的账户AccountNameusername和hostname_MySQL

来源:懂视网 责编:小采 时间:2020-11-09 19:23:58
文档

mysql的账户AccountNameusername和hostname_MySQL

mysql的账户AccountNameusername和hostname_MySQL:mysql的账户Account Name mysql5.6参考手册中如下解释: MySQL account names consist of a user name and a host name. This enables creation of accounts for users with the same name who can c
推荐度:
导读mysql的账户AccountNameusername和hostname_MySQL:mysql的账户Account Name mysql5.6参考手册中如下解释: MySQL account names consist of a user name and a host name. This enables creation of accounts for users with the same name who can c

也就是说mysql的账号由一个用户名和主机名来组成,用来区分不同主机上的相同用户名。


write account names using the following rules:

  • Syntax for account names is 'user_name'@'host_name'.

  • An account name consisting only of a user name is equivalent to 'user_name'@'%'. For example, 'me' is equivalent to 'me'@'%'.

  • The user name and host name need not be quoted(引用) if they are legal(合法) as unquoted identifiers. Quotes are necessary to specify a user_name string containing special characters (such as “-”), or a host_name string containing special characters or wildcard(通配符) characters (such as “%”); for example, 'test-user'@'%.com'.

  • Quote user names and host names as identifiers or as strings, using either backticks (“`”), single quotation marks (“'”), or double quotation marks (“"”).(使用单引号或双引号)

  • The user name and host name parts, if quoted, must be quoted separately. That is, write 'me'@'localhost', not'me@localhost '; the latter is interpreted as 'me@localhost '@'%'.

  • A reference to the CURRENT_USER or CURRENT_USER() function is equivalent to specifying the current client's user name and host name literally.


  • 详见:http://dev.mysql.com/doc/refman/5.6/en/account-names.html

    声明:本网页内容旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

    文档

    mysql的账户AccountNameusername和hostname_MySQL

    mysql的账户AccountNameusername和hostname_MySQL:mysql的账户Account Name mysql5.6参考手册中如下解释: MySQL account names consist of a user name and a host name. This enables creation of accounts for users with the same name who can c
    推荐度:
    • 热门焦点

    最新推荐

    猜你喜欢

    热门推荐

    专题
    Top