MySQL Forums
Forum List  »  General

Re: Unable to create table, key too long
Posted by: KimSeong Loh
Date: November 30, 2004 09:11PM

I guess you are using version 4.1 with UTF8 as default character set.
Each char will used upto 3 bytes, so need to multiply your length with 3 and this will exceed 1024 bytes.

Options: ReplyQuote


Subject
Written By
Posted
Re: Unable to create table, key too long
November 30, 2004 09:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.