<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 13px; color: rgb(68, 68, 68); line-height: 18px; ">I got this error when running the initial configuration using MySQL:<br>

<br>#1071 - Specified key was too long; max key length is 1000 bytes<br><br>My hosting uses utf-8 collation by default, so I had to change it to Latin-1:<br><br>ALTER DATABASE DEFAULT CHARACTER SET latin1 COLLATE latin1_bin<br>

<br>Perhaps a note about this in the INSTALL file or adjust the SQL scripts to add "CHARACTER SET latin1 COLLATE latin1_bin" or similar.</span><div><font class="Apple-style-span" color="#444444" face="Arial, Tahoma, Helvetica, FreeSans, sans-serif"><span class="Apple-style-span" style="line-height: 18px;"><br>

</span></font></div><div><font class="Apple-style-span" color="#444444" face="Arial, Tahoma, Helvetica, FreeSans, sans-serif"><span class="Apple-style-span" style="line-height: 18px;">I wrote this comment on Frank's blog, but he said to send it here. It has been a bit since then, so perhaps he has already done so, by now.<br clear="all">

</span></font><br>-- <br>Kevin Adler<br><br>KD0GTJ<br>
</div>