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
can you elaborate on blob and text in mysql? : Mysql dba
How to get a list of all tables in a database?
What is the difference between BLOB AND TEXT?
how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
What is a delimiter in mysql?
Can I use mysql for free?
How many rows can mysql handle?
How to write after insert event update trigger on the same table in mysql?
How do I view tables in mysql workbench?
Can I use mariadb instead of mysql?
Is mysqli deprecated?
What is difference between oracle and mysql?
write a query to mysql in safe mode and to change the root password
What is slow query log in mysql?
What is a trigger? How you can create a trigger in mysql?