database

MariaDB seconds behind issue fixed

less than 1 minute read

We (my friend Vishnu and I) had reported a bug with MariaDB 10.0.4. Just got an update that the issue is fixed now! Here are the details about the bug: We ha...

MySQL Partial Replication

3 minute read

A couple of folks have asked me to elaborate more on partial replication. What is the use of replicating only certain tables? Can you add/remove tables/db to...

Mysql Replication from an existing slave

2 minute read

So you want to add another slave to an existing mysql replication environment? There are multiple ways to do this. First option, as mentioned in the mysql ...