MySQL: Create FEDERATED Table to SELECT data from another server (Part 3/4)

In the previous post, we have seen a basic theory and configuration of FEDERATED table. In this post, I am going to create a FEDERATED table which is used to SELECT data from another MySQL Server. How to create FEDERATED Tables? Assume that we have two running servers, either both on the same host or … Continue reading MySQL: Create FEDERATED Table to SELECT data from another server (Part 3/4)