… 4. Load dumps of the dictionary tables into some MySQL server. Use LOAD DATA INFILE constraints_parser generates mysql>LOAD …NULL, `first_name` VARCHAR(45) CHARACTER SET ‘utf8‘ COLLATE ‘utf8_general_ci’ NOT NULL, `last_name` VARCHAR(45) CHARACTER SET ‘utf8‘ COLLATE ‘utf8_general_ci’ NOT NULL, `last…
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
… DEFAULT CHARSET=utf8 But, when we try to use this table, here’s what comes back: mysql: SET GLOBAL innodb_ft_server_stopword… with a setting of 1 versus a setting of 4. This may or may not be the case with multi-byte character sets or… of InnoDB FTS configuration which are both letter-case and character-set sensitive. Watch out! When you add your first FULLTEXT KEY…

