Which of the following is true about MariaDB replication?
a) It only supports master-master replication
b) It supports master-slave replication
c) It does not support replication
d) It only replicates schema, not data
Answer:
b) It supports master-slave replication
Explanation:
MariaDB supports both master-slave and master-master replication, making it suitable for distributed databases and high availability.