Vidyalelo
MySQL · Q651

MySQL

Programming · MySQL · question 651

Q651

Replication enables data from one MySQL database server to be copied to one or more MySQL database servers.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
strong>Replication is a powerful feature in MySQL that allows you to copy data from one server (called the source server) to another server (called the target server).

Think of it like making a copy of your important files on your computer. Replication ensures that your data is safe and available even if something happens to the original server.

So, the answer to the question is True.