Home > Database > Mysql Tutorial > 在Mysql下查看给某个用户授予什么样的权限_MySQL

在Mysql下查看给某个用户授予什么样的权限_MySQL

WBOY
Release: 2016-06-01 13:08:50
Original
1268 people have browsed it

mysql> show grants for zabbix@192.168.0.8;
+-----------------------------------------------------------------------------+
| Grants for zabbix@192.168.0.8                                                                               |
+-----------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'zabbix'@'192.168.0.8' IDENTIFIED BY PASSWORD '*1DE214A97ED5B54724D456EACD32E217E671351B'                                                  |
| GRANT ALL PRIVILEGES ON `zabbix`.* TO'zabbix'@'192.168.0.8'                                                    |
+----------------------------------------------------------------------------+
2 rows in set (0.00 sec)

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