摘要: 背景:mysql中删除又想重建zabbix用户,但是执行创建命令报错。 解决方法: drop user zabbix@localhost; flush privileges; create user zabbix@localhost identified by 'password' https:// 阅读全文
posted @ 2020-07-13 09:37 左岸丶 阅读(479) 评论(0) 推荐(0)