MySQL's comment /*!50100 */ didn't work in Version 5.7
I have try to create full text index. I use the " FULLTEXT KEY book_name (book_name) WITH PARSER ngram ". After created the table , the "show create table " shows that the upper line turned to be " FULLTEXT…