News

MySQL databases come in all shapes and sizes, but most often are deployed behind Web sites. As sites grow, the companies behind them often become concerned about uptime and want to move to a ...
Setting up database replication is one of the most reliable means of getting a real-time backup of your MariaDB data. See how easy this is to achieve.
HowtoForge – This tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave ...
I'd like to hear some best practices / advice regarding MySQL clustering and replication.We've looked into the mysql clustering engine and while it seems nice, everything is stored in RAM and, as ...