SmackDaddy70 Posted September 13, 2015 Share Posted September 13, 2015 I am getting the following error during the upgrade process -- retry does nothing but does give me a "Continue" but I am afraid if I continue something will go wrong: Specified key was too long; max key length is 1000 bytes (EDITED)/forums/applications/core/sources/Setup/Upgrade.php::655(NOTE: "(EDITED)" above is simply me removing my structure information) Link to comment Share on other sites More sharing options...
SmackDaddy70 Posted September 13, 2015 Author Share Posted September 13, 2015 The only thing I can see on this via google is myISAM versus INNODB types in the DB:https://confluence.atlassian.com/display/FISHKB/MySQL+Database+Migration+fails+with+Specified+key+was+too+long+max+key+length+is+1000+bytesThere is a known bug with MySQL related to MyISAM, the UTF8 character set and indexes Make sure MySQL is configured with the InnoDB storage engine.Change the storage engine used by default so that new tables will always be created appropriately:set GLOBAL storage_engine='InnoDb';Can something be done in the middle of an upgrade to "fix" this or can I just click "Continue" and see what happens? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.