Quote:
Originally posted by v0n
2.2.20 beta 3... I'm getting stuck on sql updates:
ALTER TABLE post ADD INDEX(tsp);
"Error 1069. Too many keys specified. Max 16 keys allowed"
Anything i could alter in my MySQL settings to fix this?
|
As long as the msgid column has a unique index you can leave the other indexes off. You may want to re-think the necessity of all your other indexes though. 16 indexes on the post table seems a little excessive