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

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

WBOY
WBOYOriginal
2016-06-01 13:08:501184browse

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)

Statement:
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