linux下编译libmysqlclient, 安装mysql-server mysql-client

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

posted on 2015-03-05 20:12  ffffffaaa  阅读(1001)  评论(0编辑  收藏  举报

导航