以下為參考其他人使用的MySQL configure 參數設定:
#!/bin/bash
./configure –prefix=/usr/local/mysql –mandir=/usr/local/mysql/man –infodir=/usr/local/mysql/info –with-libwrap –with-low-memory –with-mysqlfs –with-plugins=max-no-ndb –with-client-ldflags=-all-static –with-mysqld-ldflags=-all-static –enable-assenbler –with-charset=big5 –with-extra-charsets=all –with-debug=disable –enable-thread-safe-client –with-big-tables
#!/bin/bash
./configure –prefix=/usr/local/mysql –mandir=/usr/local/mysql/man –infodir=/usr/local/mysql/info –with-libwrap –with-low-memory –with-mysqlfs –with-plugins=max-no-ndb –with-client-ldflags=-all-static –with-mysqld-ldflags=-all-static –enable-assenbler –with-charset=big5 –with-extra-charsets=all –with-debug=disable –enable-thread-safe-client –with-big-tables