MySQL Forums
Forum List  »  Archive Storage Engine

Enable / Install / Activate Archive Engine on MySQL 5.0.77
Posted by: Pinak Doshi
Date: December 03, 2010 10:00AM

Hi All,
I am trying to enable the Archive Engine and I am having a hard time finding information on how to do this. I have seen examples of what to do before you install MySQL but I am not seeing it for after the fact. I assumed it was adding some command to the MY.CNF file but I cant seem to figure / find that out. Here is my environments setup.

OS - RED HAT ENTERPRISE (Linux 2.6.18-164.11.1.el5 GNU/Linux)
MySQL - 5.0.77 (Cant upgrade this)
+------------+---------+----------------------------------------------------------------+
| Engine | Support | Comment |
+------------+---------+----------------------------------------------------------------+
| MyISAM | DEFAULT | Default engine as of MySQL 3.23 with great performance |
| MEMORY | YES | Hash based, stored in memory, useful for temporary tables |
| InnoDB | YES | Supports transactions, row-level locking, and foreign keys |
| BerkeleyDB | YES | Supports transactions and page-level locking |
| BLACKHOLE | NO | /dev/null storage engine (anything you write to it disappears) |
| EXAMPLE | NO | Example storage engine |
| ARCHIVE | NO | 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 |
+------------+---------+----------------------------------------------------------------+
Please let me know if you need any more information to help me with this.

Options: ReplyQuote


Subject
Views
Written By
Posted
Enable / Install / Activate Archive Engine on MySQL 5.0.77
7865
December 03, 2010 10:00AM


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.