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?
19103
February 20, 2007 02:43AM
13335
February 26, 2007 12:55AM
12423
February 27, 2007 05:26AM
11717
February 27, 2007 06:49PM
10980
February 28, 2007 02:14PM
12367
February 28, 2007 09:13PM
9749
March 01, 2007 02:19AM
16059
March 26, 2007 06:59AM
10582
March 26, 2007 07:14PM
17273
July 06, 2007 07:16AM
10282
April 29, 2009 08:27PM
25285
February 27, 2009 06:02AM
9609
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.