Open GoogleCodeExporter opened 9 years ago
Currently MHA does not support MariaDB.
Original comment by Yoshinor...@gmail.com
on 29 Oct 2013 at 5:23
you should modify the file SlaveUtil.pm . following
.../lib/MHA/SlaveUtil.pm
- if ( !MHA::NodeUtil::mysql_version_ge( $mysql_version, "5.6.0" ) ) {
+ if ( !MHA::NodeUtil::mysql_version_ge( $mysql_version, "11.0.0" ) ) {
then execute
/usr/bin/masterha_check_repl --conf=/etc/MHA.cnf --check_only --debug
it will be ok ,please try by your self good luck!
Original comment by lidan395...@gmail.com
on 2 Jan 2014 at 6:58
Original issue reported on code.google.com by
ce...@pk2.org
on 29 Oct 2013 at 2:21