Hello,
I'm upgrading from v5.9.4 to v6.0.10
I get the info that I need to convert tables
This works for all tables except account, email, email_address, next_number, opportunity, unique_id
Error
InnoDbConverter: FAILED convering "account" table to InnoDB, details: SQLSTATE[HY000]: General error: 1709 Index column size too large. The maximum column size is 767 bytes.
Please help me what to do here, thanks!
I'm upgrading from v5.9.4 to v6.0.10
Code:
php command.php upgrade
Code:
php convert-myisam-to-innodb.php
Error
InnoDbConverter: FAILED convering "account" table to InnoDB, details: SQLSTATE[HY000]: General error: 1709 Index column size too large. The maximum column size is 767 bytes.
Please help me what to do here, thanks!
Comment