Tag: replication
-
MySQL/MariaDB replication
Sometimes you find yourself needing some form of high availability or fail over for your application that uses a MySQL/MariaDB backend. If you’re like me you’ll probably like the idea of doing this the Master – Master way which, by the way, is not the recommended way BUT works quite well. Here’s what needs doing:…