How can I enable FEDERATED?
Hi,
I would like to use the FEDERATED option in MySQL, but when I run 'show engines', it seems to be that federated is not supported (I use Client API version 5.0.27).
How can I turn this on?
best regards,
Matthijs
"MyISAM" "DEFAULT" "Default engine as of MySQL 3.23 with great performance"
"MEMORY" "YES" "Hash based, stored in memory, useful for temporary tables"
"InnoDB" "DISABLED" "Supports transactions, row-level locking, and foreign keys"
"BerkeleyDB" "NO" "Supports transactions and page-level locking"
"BLACKHOLE" "NO" "/dev/null storage engine (anything you write to it disappears)"
"EXAMPLE" "NO" "Example storage engine"
"ARCHIVE" "YES" "Archive storage engine"
"CSV" "NO" "CSV storage engine"
"ndbcluster" "NO" "Clustered, fault-tolerant, memory-based tables"
"FEDERATED" "NO" "Federated MySQL storage engine"
"MRG_MYISAM" "YES" "Collection of identical MyISAM tables"
"ISAM" "NO" "Obsolete storage engine"
Edited 2 time(s). Last edit at 02/20/2007 10:21AM by Matthijs de Zwart.
Subject
Views
Written By
Posted
How can I enable FEDERATED?
19364
February 20, 2007 02:43AM
13452
February 26, 2007 12:55AM
12536
February 27, 2007 05:26AM
11839
February 27, 2007 06:49PM
11084
February 28, 2007 02:14PM
12466
February 28, 2007 09:13PM
9870
March 01, 2007 02:19AM
16182
March 26, 2007 06:59AM
10711
March 26, 2007 07:14PM
17394
July 06, 2007 07:16AM
10421
April 29, 2009 08:27PM
25459
February 27, 2009 06:02AM
9723
June 02, 2009 04:07AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.