Hi there,
How do I recompile MYSQL to include the following --with-max-indexes=256
Have edited the build file (/usr/local/directadmin/custombuild/build)
Line 7034
How to I force custombuild to recompile MYSQL including the --with-max-indexes=256 option?
Currently I'm running 5.6.29 and ./build mysql us giving me the following message:
Thank you for your help!
All the best,
Pieter
How do I recompile MYSQL to include the following --with-max-indexes=256
Have edited the build file (/usr/local/directadmin/custombuild/build)
Line 7034
Code:
else
./configure --prefix=/usr/local/mysql --with-extra-charsets=all --enable-thread-safe-client --with-max-indexes=256 \
--enable-static --enable-assembler --with-named-z-libs=not-used --enable-shared \
--with-federated-storage-engine \
--with-innodb --with-plugins=innobase
fi
How to I force custombuild to recompile MYSQL including the --with-max-indexes=256 option?
Currently I'm running 5.6.29 and ./build mysql us giving me the following message:
Code:
Looking for 'mysqlcheck' as: /usr/bin/mysqlcheck
This installation of MySQL is already upgraded to 5.6.29, use --force if you still need to run mysql_upgrade
cp: `/usr/lib/libmysqlclient.so' and `/usr/lib/mysql/libmysqlclient.so' are the same file
Thank you for your help!
All the best,
Pieter