Archive for July 16th, 2010

  • Accessing Remote Tables Data in MySQL

    Friday, July 16th, 2010

    We sometime need to access the data (tables ) which lies on another remote MySQL DB Server , MySQL provides an engine type federated which does exactly what we want . The FEDERATED storage engine enables data to be accessed from a remote MySQL database on a local server without using replication or cluster technology. [...]