Please tell me how to connect to mysql database server from another mysql database server running in two different locations and access all the tables and update them ?
Please tell me how to connect to mysql database server from another mysql database
Share
afaik there is no direct “database link” in mysql like there is in oracle. what you can do is master-master replication of two databases and then update locally. similar question with more info:
Oracle Database Link – MySQL Equivalent?