Re: MySQl 55 server with archive engine

Tom Evans <[email protected]> Thu, 17 Nov 2011 16:32:20 +0000
Newsgroups gmane.os.freebsd.devel.database
Message-ID <CAFHbX1LKFiQVF9sOhT9vCgixYV5k+_a6KVE1qhBfm08jVG5zfg@mail.gmail.com>
On Thu, Nov 17, 2011 at 3:33 PM, list, mailing <[email protected]> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-database
To unsubscribe, send any mail to "[email protected]"