…to be exact): mysql> ALTER TABLE test ADD INDEX (col2); Query OK, 0 rows affected (0.36 sec) Records: 0 Duplicates: 0 Warnings: 0 mysql> ALTER TABLE…int(11) default null # `col3` varchar(200) default null # To remove this duplicate index, execute: ALTER TABLE…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…VARCHAR(255) “title” and “details” with a TEXT “body”. CREATE TABLE `dir_test_innodb` ( `id` int(10) unsigned NOT NULL, `full_name` varchar…to CREATE more than one at a time. If you try it, this is what happens: mysql> alter table…

