cd /Users/juni/Private/Git/MySQL-source/mysql-8.0.37/BUILD./bin/mysql -u root -p${PASSWORD}먼저 관련 패키지를 인스톨 한다.brew install opensslbrew install cmake source code를 다운로드 받는다.https://dev.mysql.com/downloads/file/?id=528066 cd /Users/uijun-lee/Private/Git/MySQL-sourcemv ~/Downloads/mysql-boost-8.0.37.tar.gz .tar zxvf mysql-boost-8.0.37.tar.gzmkdir BUILD ; cd BUILD cmake를 실행한다.cmake -DWITH_DEBUG=1 -DW..