mysql error 1069 Too many keys specified; max 64 keys allowed

10,850

According to the mysql forums you must 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 does not appear to be a way to change after compiling

Share:
10,850
Omran
Author by

Omran

Updated on July 12, 2022

Comments

  • Omran
    Omran almost 2 years

    i am trying to run alter table command and i am getting the following error:

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

    any help will be highly appreciated