Answer Posted / aravind
The FEDERATED storage engine is available beginning with
MySQL 5.0.3. This storage engine enables data to be
accessed from a remote MySQL database on a local server
without using replication or cluster technology. When using
a FEDERATED table, queries on the local server are
automatically executed on the remote (federated) tables. No
data is stored on the local tables
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How many rows can a mysql table hold?
What is a data directory?
How to represent ENUMs and SETs internally?
How do you determine the location of mysql data directory?
Can mongodb replace mysql?
How do you know if your mysql server is alive?
What is row level locking in access?
What is a query in mysql?
Explain the difference between procedure and function in mysql?
What are triggers mysql?
What are ddl statements in mysql?
How to validate email addresses in mysql?
Does mysql case matter?
What is insert query in mysql?
What is pragma exception?