My table is using 'InnoDB' storage engine when i try to do 'full text search' on it gives me an error 'The used table doesn't support full text indexes' That's why i tried to change my table engine from 'InnoDB' to 'MyIsam' but it again given me error 'Cannont delete or update table foreign key contraint fail'. It is linked to other table and i don't want to change both the tables and data in it
when i run
SHOW VARIABLES LIKE "%version%"
innodb_version 1.1.8
protocol_version 10
slave_type_conversions
version 5.5.24
version_comment MySQL Community Server (GPL)
version_compile_machine x86
version_compile_os Win64
This is my sql version and InnoDb version please help me.