zabbix 6 安装启动Can‘t open PID file /run/zabbix/zabbix_proxy.pid (yet?) after start

Can’t open PID file /run/zabbix/zabbix_proxy.pid

查看日志:
50786:20230615:144749.905 Starting Zabbix Proxy (active) [dlpkvm]. Zabbix 6.0.18 (revision d2032721bc8).
50786:20230615:144749.905 **** Enabled features ****
50786:20230615:144749.905 SNMP monitoring: YES
50786:20230615:144749.905 IPMI monitoring: YES
50786:20230615:144749.905 Web monitoring: YES
50786:20230615:144749.905 VMware monitoring: YES
50786:20230615:144749.905 ODBC: YES
50786:20230615:144749.905 SSH support: YES
50786:20230615:144749.905 IPv6 support: YES
50786:20230615:144749.905 TLS support: YES
50786:20230615:144749.906 **************************
50786:20230615:144749.906 using configuration file: /etc/zabbix/zabbix_proxy.conf
50786:20230615:144749.909 [Z3001] connection to database ‘zabbix_proxy’ failed: [2059] Authentication plugin ‘caching_sha2_password’ cannot be loaded: /usr/lib64/mysql/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory
50786:20230615:144749.909 Cannot connect to the database. Exiting…
50842:20230615:144802.158 Starting Zabbix Proxy (active) [dlpkvm]. Zabbix 6.0.18 (revision d2032721bc8).
50842:20230615:144802.158 **** Enabled features ****
50842:20230615:144802.158 SNMP monitoring: YES
50842:20230615:144802.159 IPMI monitoring: YES
50842:20230615:144802.159 Web monitoring: YES
50842:20230615:144802.159 VMware monitoring: YES
50842:20230615:144802.159 ODBC: YES
50842:20230615:144802.159 SSH support: YES
50842:20230615:144802.159 IPv6 support: YES
50842:20230615:144802.159 TLS support: YES
50842:20230615:144802.159 **************************
50842:20230615:144802.159 using configuration file: /etc/zabbix/zabbix_proxy.conf
50842:20230615:144802.162 [Z3001] connection to database ‘zabbix_proxy’ failed: [2059] Authentication plugin ‘caching_sha2_password’ cannot be loaded: /usr/lib64/mysql/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory
50842:20230615:144802.162 Cannot connect to the database. Exiting…
[root@dlpkvm zabbix]#

登录mysql数据库,查看加密方式
mysql> show variables like ‘default_authentication_plugin’;
±------------------------------±----------------------+
| Variable_name | Value |
±------------------------------±----------------------+
| default_authentication_plugin | caching_sha2_password |
±------------------------------±----------------------+
1 row in set (0.02 sec)

mysql>

mysql> select host,user,plugin from mysql.user;
±----------±-----------------±----------------------+
| host | user | plugin |
±----------±-----------------±----------------------+
| % | root | mysql_native_password |
| % | zabbix | caching_sha2_password |
| localhost | mysql.infoschema | caching_sha2_password |
| localhost | mysql.session | caching_sha2_password |
| localhost | mysql.sys | caching_sha2_password |
| localhost | root | caching_sha2_password |
±----------±-----------------±----------------------+
6 rows in set (0.00 sec)

mysql>

更改:
mysql> ALTER USER ‘zabbix’@‘%’ IDENTIFIED WITH mysql_native_password BY ‘GKHKDS@243¥#h’;
Query OK, 0 rows affected (0.08 sec)

mysql> select host,user,plugin from mysql.user;
±----------±-----------------±----------------------+
| host | user | plugin |
±----------±-----------------±----------------------+
| % | root | mysql_native_password |
| % | zabbix | mysql_native_password |
| localhost | mysql.infoschema | caching_sha2_password |
| localhost | mysql.session | caching_sha2_password |
| localhost | mysql.sys | caching_sha2_password |
| localhost | root | caching_sha2_password |
±----------±-----------------±----------------------+
6 rows in set (0.00 sec)

mysql>

[root@dlpkvm zabbix]# systemctl restart zabbix-proxy
[root@dlpkvm zabbix]#

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值