Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 13, 20159 yr 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)
September 13, 20159 yr Author 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?
Archived
This topic is now archived and is closed to further replies.