Tag: mariadb

  • MySQL(MariaDB) encryption at rest

    I’m a big fan of encrypting my data (be that at-rest or in-tranzit) and not because I have some secrets I need to protect but rather I care about my privacy and simply don’t want anybody to find anything about me or the people I care about without me being willing to share that information…

  • 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:…