02 2023 档案

摘要:Suse Linux 15 SP3 安装zabbix-agent 5.xzabbix官方文档:https://www.zabbix.com/cn/download?zabbix=5.0&os_distribution=suse_linux_enterprise_server&os_version=15&components=agent&db=&ws= 1、安装zabbi 阅读全文
posted @ 2023-02-18 09:29 烟雨浮华 阅读(585) 评论(0) 推荐(0) 编辑
摘要:MySQL 8.0 修改root远程登录【ERROR 1410 (42000): You are not allowed to create a user with GRANT】MySQL 8.0的数据库root用户默认无法远程登录,需要修改root的远程授权,如下: mysql> grant all privileges on *.* to 'root'@'%'; ERROR 1410 (42000): You are not allowed to create a us 阅读全文
posted @ 2023-02-14 08:34 烟雨浮华 阅读(1659) 评论(0) 推荐(1) 编辑