MySQl 55 server with archive engine

Tom Evans tevans.uk at googlemail.com
Thu Nov 17 16:54:52 UTC 2011


On Thu, Nov 17, 2011 at 3:33 PM, list, mailing <list at sprymed.com> wrote:
> I'm trying to convert a table from InnoDB to Archive:
>
> Warning: Unknown storage engine 'Archive'

mysql> install plugin archive soname 'ha_archive.so';

It will then get installed into mysql.plugin table, and loaded every
time server starts.

Cheers

Tom


More information about the freebsd-database mailing list