sysbench手工下载: https://github.com/akopytov/sysbench
下载.zip文件,上传到服务器上
解压、安装:
unzip sysbench-master.zip
cd sysbench-master/
sh autogen.sh
./configure
报错:没有mysql驱动
configure: error: mysql_config executable not found
********************************************************************************
ERROR: cannot find MySQL libraries. If you want to compile with MySQL support,
please install the package containing MySQL client libraries and headers.
On Debian-based systems the package name is libmysqlclient-dev.
On RedHat-based systems,