如果出现Mon Apr 3 17:13:14 2023 - [error][/usr/local/share/perl5/MHA/Server.pm, ln393] 192.168.88.68(192.168.88.68:3306): User repluser does not exist or does not have REPLICATION SLAVE privilege! Other slaves can not start replication from this host.
这个的意思是说没有repluser这个用户,此时我们去查看68这个数据库
果真没有
那就添加一下:grant replication slave on *.* to repluser@"%" identified by "123qqq...A";
然后再次查看。
然后就解决了