We are using Mysql Control Center to access all our database from all different servers with installed Linux as OS and MySQL as database. What I wanted to do is to select/update tables from server1 to server2 and vice versa.. I hope you guys understand what I'm saying.. Thanks in advance
You can do it by connecting to mysql via server IP instead of localhost. If I remember correctly, you need to allow connections from server1 IP to server2 Database, and vice versa. regards