02 2023 档案
摘要:zabbix官方文档:https://www.zabbix.com/cn/download?zabbix=5.0&os_distribution=suse_linux_enterprise_server&os_version=15&components=agent&db=&ws= 1、安装zabbi
阅读全文
摘要:MySQL 8.0的数据库root用户默认无法远程登录,需要修改root的远程授权,如下: mysql> grant all privileges on *.* to 'root'@'%'; ERROR 1410 (42000): You are not allowed to create a us
阅读全文