ktozer83 Posted October 26, 2016 Share Posted October 26, 2016 (edited) Hello, In chapter 6, under the heading 'Using Different Table Types' it mentions that if any of the tables requires a FULLTEXT index, then we need to make it a MyISAM table. Since InnoDB now supports FULLTEXT indexes, can I ignore making the messages table MyISAM and keep it to InnoDB? https://dev.mysql.com/doc/refman/5.6/en/innodb-fulltext-index.html Also, thank's to Larry for writing this book. I've been using PHP and MySQL for a while now and I'm still learning new things because of this book! Edited October 26, 2016 by ktozer83 Link to comment Share on other sites More sharing options...
Larry Posted October 28, 2016 Share Posted October 28, 2016 Yep! You are correct (and thanks for sharing the link). And thanks for the nice words. Cheers! Link to comment Share on other sites More sharing options...
Recommended Posts