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