摘要: 一、mysql密码的修改与恢复 1.修改密码 mysqladmin -u root -p123 password 456 数据库内修改 method.first: update mysql.user set password=password('123') where user='root' and 阅读全文
posted @ 2019-12-15 20:59 相磊 阅读(615) 评论(0) 推荐(0) 编辑
摘要: 环境:CentOS7 机器 两台 分别为server 和 client zabbix下载网址:http://repo.zabbix.com 本次操作使用zabbix4.0 网址:http://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-releas 阅读全文
posted @ 2019-12-15 20:56 相磊 阅读(115) 评论(0) 推荐(0) 编辑