I have two servers, same Database. If I add a new row/column in DB1(Server1) or make changes to existing rows in DB1. The same should be updated to MYSQL DB2(Server2).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depending on what version of mysql you’re running, replication might be the answer for you. In recent versions it’s “out of the box” although I’ve never actually configured it.