Josh Trutwin wrote:

>From the UPGRADE file:
>
>"We do however recommend that you switch your MySQL tables over to
>InnoDB for better data integrity and multi user support.  You can
>most often do this via a simple ALTER TABLE command, refer to the
>MySQL documentation for more information."
>
>Cool - is just an ALTER TABLE to change the table type to InnoDB
>enough or should there be also be foreign keys setup between the
>tables (ON DELETE CASCADE, etc).  When I think better data
>integrity and InnoDB I think Foreign Keys).
>
>  
>
No Foreign Keys, just need the ALTER TABLE.

>Is this also true for the AWL SQL tables?
>
>  
>
You can, but there is no specific support for using InnoDB tables with AWL.

>Anyone have any issues using MySQL 5.0 beta?
>  
>

I've been running BayesSQL with MySQL 5.0.x for awhile now, haven't seen
any issues.

Michael


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to