mysql-5.7.20安装
官方安装: https://dev.mysql.com/doc/refman/5.7/en/installing-source-distribution.html
1、基础安装
cmake、boost安装
mysql-5.7.20需要boost_1_59_0:
-- Could not find (the correct version of) boost.
-- MySQL currently requires boost_1_59_0
boost_1_59_0.tar.gz安装:
shell> tar -zxvf boost_1_59_0.tar.gz
shell> cd boost_1_59_0/
shell> ./bootstrap.sh
shell> ./b2 install
2、mysql-5.7.20安装
shell> tar zxvf mysql-5.7.20.tar.gz
shell>cd mysql-5.7.20
shell> mkdir bld
shell> cd bld
shell> cmake ..
shell> make
shell> make VERBOSE=1
shell> make install
3、Postinstallation Setup and Testing
浙公网安备 33010602011771号