Forum Moderators: open
your indexes are too long and unnecessarily so.
(basing this on knowlege from your other post.)
there is a comment about the limit (but it's not the actual documentation) at the bottom of this page:
[mysql.org...]
since you only need to index 2 columns that should solve your problem.
should you need to index many columns you can specify limits to how much of each column is indexed.