Can WordPress use InnoDB? If so, how do I tell WordPress to use InnoDB? If I have an existing database, how do I migrate it to InnoDB? I tried simply mysqldump-ing and loading back the tables but with ENGINE=innodb instead of ENGINE=myisam, but that failed because FULLTEXT indexes are not supported by innodb. Thanks in advance. -- Yang Zhang http://yz.mit.edu/