mha4mysql-manager icon indicating copy to clipboard operation
mha4mysql-manager copied to clipboard

Development tree of Master High Availability Manager and tools for MySQL (MHA), Manager part

Results 72 mha4mysql-manager issues
Sort by recently updated
recently updated
newest added

error log: [debug] Got MySQL error when connecting somehost(10.100.200.1:3306) :2005:Unknown MySQL server host '[10.100.200.1]' (1) commit: https://github.com/yoshinorim/mha4mysql-manager/commit/35b3d9bab40d9a20940802b17d01e7306aa8d1bc#diff-0a6192c3f91649f626ccee1a77ca7ec3

I was trying MHA and noticed on the servers I use that it does not work properly on MySQL 5.6 with the following settings: master_info_repository = TABLE relay_log_info_repository = TABLE...

I start masterha_manager as following: `perl /usr/local/bin/masterha_manager --global_conf=/etc/mha/masterha_default.cnf --conf=/etc/mha/mha_test_vm/conf/app.conf --last_failover_minute=240 --ignore_last_failover --wait_on_monitor_error=60 --wait_on_failover_error=60` then,the app 'test_vm' have done failover for multiple times in past 40 minutes. ` # Checking last...

`masterha_check_repl` has not worked when replication filters are given to only tailing servers, like test cases added to tests/t/t_filter_incorrect.sh. This is because perl evaluates the empty string as `false` and...

I have two MySQL servers : Master and slave. The first one has address 172.16.5.90 and the second has 172.16.5.70. But replication works through another network interfaces with addresses from...

Hi, I discover that when doing failover, If the mysql user`("app.conf:[server default] user parameter")` has not stop slave privilege, the failover process will hang up on `Phase 2: Dead Master...

Repllicate_Do_DB and Replicate_Ignore_DB shoud be same

Per this old bug: https://code.google.com/p/mysql-master-ha/issues/detail?id=50 It would be good to know what grants are required for MHA user. When we tested against MariaDB 5.5 we found the following grants were...

The old master stays read_only=OFF and once the UNLOCK TABLES is released clients are still connected there allowing writes on the old master.

MHA manager does not do failover when all the DBs it monitors are in read only mode This is because Mha-manager user is a super user and it can insert...