You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking if super_read_only is defined and turned on..DBD::mysql::st execute failed: Unknown system variable 'super_read_only' at /usr/local/share/perl5/MHA/SlaveUtil.pm line 245.
#142
Open
illmatik12 opened this issue
Sep 10, 2020
· 0 comments
mha 0.58 does not work properly in my enviroment.
i did some workaround and works fine.
please considering support mariadb.
ENV : Mariadb
MHA : 0.58
Server: MariaDB
Server version: 10.3.22-MariaDB-log MariaDB Server
Protocol version: 10
Problem
Checking if super_read_only is defined and turned on..DBD::mysql::st execute failed: Unknown system variable 'super_read_only' at /usr/local/share/perl5/MHA/SlaveUtil.pm line 245.
simple workaround
my $sth = $dbh->prepare("SELECT \@\@global.super_read_only as Value");
=> my $sth = $dbh->prepare("SELECT 0 as Value");
The text was updated successfully, but these errors were encountered:
mha 0.58 does not work properly in my enviroment.
i did some workaround and works fine.
please considering support mariadb.
ENV : Mariadb
Problem
simple workaround
The text was updated successfully, but these errors were encountered: