Jump to content
[MUST READ] Forum Rules ×

InnoDB


SkiLLoF

Recommended Posts

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

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

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...