-
Download mysql source
-
Ran the following cmake command based on the documentation
cmake \
-DCMAKE_INSTALL_PREFIX=/usr/local/mac-dev-env/mysql-5.7.18 \
-DCMAKE_CXX_FLAGS="-stdlib=libstdc++" \
-DDEFAULT_CHARSET=utf8 \
-DDEFAULT_COLLATION=utf8_general_ci \