MySQL 5.1.42
Configure Commands
CFLAGS=”-arch x86_64″
CXXFLAGS=”-arch x86_64″
./configure -prefix=/usr/local/mysql
-with-server-suffix=-standard
-enable-thread-safe-client
-enable-local-infile
-enable-shared
-with-zlib-dir=bundled
-with-big-tables
-with-readline
-with-plugins=all
-with-unix-socket-path=/tmp/mysql.sock
-without-docs
This prompted a more robust set of steps to test out MySQL updates:
Read Patch Notes, make sure it does not break anything, see if the update fixes unrelated bugs, […]