cmake . -DCMAKE_INSTALL_PREFIX=/home/zhangyawei/server/depends
make
make install
安装
mysql-server mysql-client
grant all privileges on *.* to root@'%' identified by '123456789';
flush privileges