SkiLLoF Posted March 21, 2017 Share Posted March 21, 2017 Hi, after installing a CMS, it sayed "the InnoDB isn't activated", so there's no InnoDB available with Free hosting ? Thanks Link to comment Share on other sites More sharing options...
OfficialGregoryK Posted March 21, 2017 Share Posted March 21, 2017 If you want a better assistance or faster, you may submit a support ticket. Link to comment Share on other sites More sharing options...
mike Posted March 21, 2017 Share Posted March 21, 2017 13 hours ago, SkiLLoF said: Hi, after installing a CMS, it sayed "the InnoDB isn't activated", so there's no InnoDB available with Free hosting ? Thanks Submit a support ticket at https://support.ifastnet.com Link to comment Share on other sites More sharing options...
SkiLLoF Posted March 21, 2017 Author Share Posted March 21, 2017 (edited) Thanks for replies. I know but maybe someone know here ^^. I'll send a ticket. EDIT : Its for premium only ^^. Edited March 21, 2017 by SkiLLoF Link to comment Share on other sites More sharing options...
mike Posted March 22, 2017 Share Posted March 22, 2017 On Tue Mar 21 2017 at 4:27 PM, SkiLLoF said: Thanks for replies. I know but maybe someone know here ^^. I'll send a ticket. EDIT : Its for premium only ^^. Dont worry, just register. There is no need to be premium ( even when it says premium ) Link to comment Share on other sites More sharing options...
Admin Posted March 24, 2017 Share Posted March 24, 2017 full innodb support does require premium hosting, we offer a 'fake' innodb version on free. The 'fake' innodb makes scripts that use Engine=Innodb work, however should the script need long keys, etc then premium, hosting would be needed. Link to comment Share on other sites More sharing options...
SkiLLoF Posted March 26, 2017 Author Share Posted March 26, 2017 Cauz i have something like this Quote CREATE TABLE IF NOT EXISTS nf_users_auth ( user_id INT( 11 ) UNSIGNED NOT NULL , authenticator VARCHAR( 100 ) NOT NULL , id VARCHAR( 250 ) NOT NULL , PRIMARY KEY ( authenticator , id ) , KEY user_id ( user_id ) ) ENGINE = INNODB DEFAULT CHARSET = utf8; MySQL a répondu: Documentation #1071 - Specified key was too long; max key length is 1000 bytes so premium is needed ^^. Link to comment Share on other sites More sharing options...
Admin Posted March 27, 2017 Share Posted March 27, 2017 yup Specified key was too long; max key length is 1000 bytes would mean you need the full fat innodb support provided only on premium hosting Link to comment Share on other sites More sharing options...
Recommended Posts