MySQL Forums
Forum List  »  Federated Storage Engine

How can I enable FEDERATED?
Posted by: Matthijs de Zwart
Date: February 20, 2007 02:43AM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
How can I enable FEDERATED?
19321
February 20, 2007 02:43AM
13433
February 26, 2007 12:55AM
12515
February 27, 2007 05:26AM
11822
February 27, 2007 06:49PM
11068
February 28, 2007 02:14PM
12449
February 28, 2007 09:13PM
16164
March 26, 2007 06:59AM
10692
March 26, 2007 07:14PM
17374
July 06, 2007 07:16AM
10398
April 29, 2009 08:27PM
25428
February 27, 2009 06:02AM
9707
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.