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
Hi ..
I am facing same issue and I tried configuration suggested by lidan but no luck,
i did changes in if ( !$self->version_ge("11.0.0") ) {
am i correct or doing something wrong.
I am using Ubuntu 12.04 and mariadb 10.0.17-MariaDB-1~precise-log mariadb.org
binary distribution
if any one find solution please guide me .
Original comment by rajnish4...@gmail.com
on 14 Apr 2015 at 12:00
Original issue reported on code.google.com by
ce...@pk2.org
on 29 Oct 2013 at 2:21