MySQL 5.7.44编译
apt install build-essential
apt install cmake
apt install pkg-config
apt install libssl-dev
apt install ncurses-dev
cmake . -DWITH_BOOST=boost/boost_1_59_0/
make
make install
程序目录:/usr/local/mysql
apt install build-essential
apt install cmake
apt install pkg-config
apt install libssl-dev
apt install ncurses-dev
cmake . -DWITH_BOOST=boost/boost_1_59_0/
make
make install
程序目录:/usr/local/mysql