<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I seem to be hitting a known issue with HEAT MySQL 5.6 and UTF8<br><br>ERROR: (OperationalError) (1071, 'Specified key was too long; max key length is 767 bytes') 'CREATE INDEX ix_software_config_tenant ON software_config (tenant)' ()<br>
<br></div>So based off <a href="https://bugs.launchpad.net/heat/+bug/1316646">https://bugs.launchpad.net/heat/+bug/1316646</a> I have made the following modifications to the heat database.<br><br>mysql> alter table software_config modify column tenant varchar(64) NOT NULL;<br>
<br>mysql> CREATE INDEX ix_software_config_tenant ON software_config (tenant);<br><br></div>Is reducing the size of the tenant column likely to cause issues later?<br><br></div>Thanks :)<br><br><div><br></div></div>