Compiling MySQL on Snow Leopard
Last updated on August 24, 2024 am
Here's my version based on HiveLogic's.
Reference: http://hivelogic.com/articles/compiling-mysql-on-snow-leopard/
Set the PATH
vi ~/.profile
# export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH"
source ~/.profile
Download the source
Compiling MySQL on Snow Leopard
https://mingster.com/2009/09/20/compiling-mysql-on-snow-leopard/