Page 1 of 1

Table Type of asp membership and roles tables

Posted: Wed 30 Aug 2006 11:00
by omen
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?

Posted: Wed 30 Aug 2006 11:13
by Alexey
You can change TYPE to MyISAM in the tables.sql script yourself.

Posted: Wed 30 Aug 2006 18:13
by omen
ok thanks - just wanted to check it wouldnt break anything.

Posted: Thu 31 Aug 2006 06:19
by Alexey
It won't break anything, but it will influence treatment of foreign keys.