MySQL Indexes

wxdqz

New Member
I have a table with three text fields (all varchar(255)). I need the contents of these fields in my search engine. Now, when I create seperate indexes on these three fields (to ultimately speed up things), I get this error :

mysql said key cannot be more than 256 in length.

How should I solve the problem? Any help is appreciated!
 
Back
Top