zabbix登陆拒绝报没有权限
故障报错:报没有权限,点击login没反应https://s4.运维网.com/wyfs02/M02/8E/0C/wKiom1iz-fLzonfvAAAMdAkbsQQ698.png
解决方法:
去除权限
mysql> select authentication_type from config;
+---------------------+
| authentication_type |
+---------------------+
| 2 |
+---------------------+
1 row in set (0.00 sec)
mysql> update config set authentication_type=0;
Query OK, 1 row affected (0.00 sec)
Rows matched: 1Changed: 1Warnings: 0
登陆数据库,将验证类型改为0
从新登陆,完美解决
https://s4.运维网.com/wyfs02/M01/8E/0C/wKiom1iz-Z3jAVbPAAA7RTG2DZo095.png-wh_500x0-wm_3-wmp_4-s_3820367803.png
页:
[1]