On 4/5/07, Webot Graphics <graphics at westernbotanicals.com> wrote: > But like I said if I go to InnoDB I can't use full text search. Is > there a way around that? Maybe with PHP? InnoDB will enforce the primary key relationships for you, but you can implement them in any kind of table. They just won't be enforced by the DB.