Kenny Gryp
Kenny Gryp
I sent a new PR https://github.com/gaqzi/ansible-ssh-config/pull/29. I thought I sent it before.
Exactly, I had the same.
@solomonty : Yeah, installing common_schema on 5.6 and having slaves in 5.7 will break replication as the view `_sql_accounts_base` for example is a `select` on `mysql.user` where there is a...
How can we solve this permanently (and bring 5.7 support)? Quick thoughts: - skip replication during installation of common_schema `SQL_LOG_BIN=0`. Can we do this? Will it cause more things to...
fix for issue #5
I think it's more important to prevent errand transactions. The best way to do this is with `super_read_only` which is in PerconaServer/MariaDB (comes from webscalesql). look at mha-helper for implementation...
mysql-utilities failover is a lot more limited than what MHA can do. It might work for you, but for many, it's just not good enough.
MHA can ssh to all nodes including a `mysqlbinlog stream` to fetch missing transactions from both binary and relay logs. `mysqlfailover` and/or `mysqlrpladmin` only just changes the replication setup, it...
Yes, you're right in that.it skips most ssh stuff, but it does connect to binlog servers and get missing events from the masters binlog there (although buggy).
Has this bug been fixed in a different way? I was not able to reproduce the problem @sjmudd had.