1.

Replication enables data from one MySQL database server to be copied to one or more MySQL database servers.(a) True(b) FalseI had been asked this question in homework.Asked question is from Database Maintenance, Backups and Replication in division MySQL Administration of MySQL

Answer»

Right choice is (a) True

The best I can explain: Replication enables DATA from one MySQL DATABASE server (the MASTER) to be COPIED to one or more MySQL database servers (the slaves). Replication is asynchronous by default.



Discussion

No Comment Found

Related InterviewSolutions