<div dir="ltr">I solved this issue by creating the tables using LATIN1 character set, which made the key length less than the default limit of 767 bytes.<div><br></div><div>CREATE TABLE `contact` (</div><div>  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,</div><div>  `contact` char(255) NOT NULL,</div><div>  `params` varchar(255) DEFAULT NULL,</div><div>  `path` varchar(255) DEFAULT NULL,</div><div>  `received` varchar(255) DEFAULT NULL,</div><div>  `user_agent` varchar(255) DEFAULT NULL,</div><div>  `expires` datetime DEFAULT NULL,</div><div>  `callid` varchar(255) DEFAULT NULL,</div><div>  PRIMARY KEY (`id`),</div><div>  UNIQUE KEY `contact` (`contact`)) </div><div>  ENGINE=InnoDB DEFAULT CHARSET=latin1;</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div>Abdelmuhaimen Seaudi, CCIE # 25265<br>Email: <a href="mailto:aseaudi@gmail.com" target="_blank">aseaudi@gmail.com</a><br></div><div>Skype: aseaudi</div><div>LinkedIn: <span style="font-size:13px;color:rgb(102,105,106);font-family:Arial,sans-serif"><a href="http://www.linkedin.com/in/aseaudi" target="_blank">www.linkedin.com/in/aseaudi</a></span></div><div><font color="#66696a" face="Arial, sans-serif"><div style="font-size:13px"><span style="font-size:12.8px;font-family:arial,sans-serif;color:rgb(34,34,34)">Telephone: +2012 84644 733</span><br></div></font><br></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Sun, Dec 31, 2017 at 11:17 PM, Abdelmuhaimen Seaudi <span dir="ltr"><<a href="mailto:aseaudi@gmail.com" target="_blank">aseaudi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>i am upgrading from kamailio 4.x to 5.1, and when i try to create the scscf databse, i get the below error</div><div><br></div><div>I tried correcting this by removing the indexes, but the ims did not work properly, with lots of inconsistency in registering, and cannot make calls.</div><div><br></div><div>what is the correct way to handle this error ?</div><div><br></div><div><div>root@olc-dd:/usr/local/src/<wbr>kamailio-5.1/kamailio/utils/<wbr>kamctl/mysql# mysql -uroot scscf < ims_usrloc_scscf-create.sql </div><div>ERROR 1071 (42000) at line 2: Specified key was too long; max key length is 767 bytes</div></div><div><br></div><div>Thanks.</div><div><br clear="all"><div><div class="m_-2157353954492444094gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div>Abdelmuhaimen Seaudi, CCIE # 25265<br>Email: <a href="mailto:aseaudi@gmail.com" target="_blank">aseaudi@gmail.com</a><br></div><div>Skype: aseaudi</div><div>LinkedIn: <span style="font-size:13px;color:rgb(102,105,106);font-family:Arial,sans-serif"><a href="http://www.linkedin.com/in/aseaudi" target="_blank">www.linkedin.com/in/<wbr>aseaudi</a></span></div><div><font color="#66696a" face="Arial, sans-serif"><div style="font-size:13px"><span style="font-size:12.8px;font-family:arial,sans-serif;color:rgb(34,34,34)">Telephone: +2012 84644 733</span><br></div></font><br></div></div></div></div></div></div></div></div></div>
</div></div>
</blockquote></div><br></div>