Mysql error 1069 Too many specified keys; Maximum allowed 64 keys

I try to run the alter table command and I get the following error:

# 1069 - Too many specified keys; maximum 64 keys allowed

any help would be much appreciated

+5
source share
2 answers

According to mysql forums you should compile with

./configure --prefix = / usr / local / mysql --with-charset = cp1251 --enable-thread-safe-client --with-max-indexes = 256

source: http://forums.mysql.com/read.php?22,53666,262189#msg-262189

Unfortunately, there is no way to change after compilation

+7
source

, ... 64 (, )

-4

All Articles