Question: How would you replicate data from a MySQL database server to another MySQL database server? ( Select Two. ) Use a SQL script. Use a
How would you replicate data from a MySQL database server to another MySQL database server? Select Two.
Use a SQL script.
Use a stored procedure.
SELECT records from the source database and INSERT in the replica database.
Replicate with global transaction identifiers.
Use source database binary logs for replication.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
