Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个用于查询数据库的复制服务器。复制上的每个端口号代表每个数据库所在的原始服务器供我们查询。
所以我想做例如
rsh replicationServer:3306 "select x from y"
但无法弄清楚确切的语法。也许有另一种方法,但我无法从我的研究中找到。