Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › Can't Change Table Type
On MyISAM a KEY can only be 1000 bytes. Do you use a BLOB/TEXT field for a key? I think so! Then you must specify a KEY lenght of max. 1000 before you can change table type.
Do so from table context menu .. manage indexes .. edit the index
Ah, of course. Thanks! 🙂