MySQL Cross Server Select Query
问题 Is it possible to write a cross server select query using MySQL Client. Basically the setup is like follows. Server IP Database --------- -------- 1.2.3.4 Test a.b.c.d Test I want to write a query that will select rows from a table in the Test Database on 1.2.3.4 and insert the result in a table into the Test Database on a.b.c.d My servers are located miles apart so I will be opening a SSH tunnel to connect the two. Any pointers? 回答1: mysqldump could be a solution as mentioned already or you