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 ?
Asked
Active
Viewed 2.0k times
2 Answers
1
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:
0
You could pop a MySQL Proxy client between the two servers and send your queries to it and let it do all the talking backwards and forwards between the other boxes.

Fluffeh
- 33,228
- 16
- 67
- 80