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
source
share