configure Optionsconfigure script offers a great deal of control over how to configure a MySQL source distribution.
configure command line.
configure may be obtained by this command
./configure --help
configure options.
./configure --without-server
./configure --with-embedded-server
/usr/local/mysql rather than the default of /usr/local
./configure --prefix=/usr/local/mysql
./configure --with-client-ldflags=-all-static \
--with-mysqld-ldflags=-all-static
./configure --with-debug
What if I have problems compiling MySQL?
© 2007 John Michael Pierobon