下载最新版
cd ~/mysql_source
wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.44.tar.gz
tar -xzf mysql-5.7.44.tar.gz
cd mysql-5.7.44
编译时出现boost找不到的情况,需要手动下载
LOCAL_BOOST_DIR
– LOCAL_BOOST_ZIP
– Could not find (the correct version of) boost.
– MySQL currently requires boost_1_59_0 CMake Error at cmake/boost.cmake:88 (MESSAGE): You can download it with -DDOWNLOAD_BOOST=1 -DWITH_BOOST=<directory> This CMake script will look for …