Home > Database > Mysql Tutorial > MySQL 5.5 PROXY USER伪装用户简析_MySQL

MySQL 5.5 PROXY USER伪装用户简析_MySQL

WBOY
Release: 2016-06-01 13:41:58
Original
1093 people have browsed it

bitsCN.com MySQL 5.5 PROXY USER伪装用户简析 自从MySQL 5.5 发布第一个版本以来,就在GRANT权限列表里面新增加了一条记录: PROXY。 不要以为这个是以前的MySQL Proxy 哦。其实这个是用来给用户做马甲用的。 我们来看下具体用法吧。 这里,我用的是MYSQL 5.2.23. / 安装插件哦  / 现在我们来做对应的操作。 先创建真实用户: / 现在创建PROXY USER: / 行了,我们来退出,试试这个伪装用户。 下图中,如果伪装没成功,那么@@proxy_user 这个只读变量就为NULL。 / 我们来看看其他的: / OK。 看到了,和之前的用户有一样的权限哦。   摘自 四爷'S BLOG bitsCN.com

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template