配置告警
配置告警
1. Grafana 配置文件配置
#################################### SMTP / Emailing ##########################
[smtp]
enabled true
host smtp.qq.com:587
user 9**qq.com
# If the password contains # or ; you have to wrap it with triple quotes…
错误
搭建主从出现以下错误 Last_IO_Error: The replication receiver thread cannot start because the master has GTID_MODE OFF and this server has GTID_MODE ON. 原因
MySQL主从的 Master 和 Slave 必须 同时开启或者关闭 enforce-gtid-consistency和 gtid-mode 功能…