…=latin1 1 row in set (0.00 sec) In previous versions of MySQL, you can create two indexes with the same columns (in the same…: mysql> ALTER TABLE test ADD INDEX (col2); Query OK, 0 rows affected (0.34 sec) Records: 0 Duplicates: 0 Warnings: 0 mysql> ALTER TABLE test ADD INDEX (col2, col3); Query…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…mysql> alter table dir_test_innodb ADD FULLTEXT KEY (full_name, details); Query…

