MySQL源码编译安装mysql
① 、安装相关的软件包 cd /home/bill/tools/ tar xf cmake-2.8.8.tar.gz cd cmake-2.8.8 ./configure #CMake has bootstrapped. Now run gmake. gmake gmake install cd ../ 二 、安装保养包 依赖包 如果需要可以换一下yum源:http://mirrors.aliyu Read more about MySQL源码编译安装mysql[…]