CREATE TABLE `articles3` ( `id` int(11) NOT NULL DEFAULT 0, `title` varchar(18) DEFAULT NULL, `body` varchar(234) DEFAULT NULL, PRIMARY KEY (`id`), FULLTEXT KEY `title` (`title`,`body`), FULLTEXT KEY `body` (`body`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; INSERT INTO gus_demo.articles3(`id`,`title`,`body`) VALUES('1','manner','Column privileges apply to single columns in a given table. Each privilege to be granted at the column level must be followed by the column or columns, enclosed within parentheses.'); INSERT INTO gus_demo.articles3(`id`,`title`,`body`) VALUES('3','far too',' far too often when we are trying to find something on the Internet with a search engine. It is with this reasoning that rows containing the word are assigned a low semantic'); INSERT INTO gus_demo.articles3(`id`,`title`,`body`) VALUES('4','far too little','If mySQL had responded with, say, "your query returns too many rows" or something, then I would have known what to do immediately');