Table Type of asp membership and roles tables

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
omen
Posts: 8
Joined: Tue 29 Aug 2006 13:13

Table Type of asp membership and roles tables

Post by omen » Wed 30 Aug 2006 11:00

The tables created in the database from the sql script provided are created as InnoDB. Can these be changed to MyISAM? If so do you have any scripts for this?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 30 Aug 2006 11:13

You can change TYPE to MyISAM in the tables.sql script yourself.

omen
Posts: 8
Joined: Tue 29 Aug 2006 13:13

Post by omen » Wed 30 Aug 2006 18:13

ok thanks - just wanted to check it wouldnt break anything.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 31 Aug 2006 06:19

It won't break anything, but it will influence treatment of foreign keys.

Post Reply