Home > Database > Mysql Tutorial > body text

【MySQL案例】tpcc测试--执行tpcc

WBOY
Release: 2016-06-07 15:19:09
Original
1037 people have browsed it

: http://blog.csdn.net/jason_asia/article/details/41543947 【报错信息】 执行进行tpcc_start测试的时候遇到报错: tpcc_test.sh: line 12: 24509 Segmentation fault ./tpcc_start 【报错原因】 是由于重新安装了mysql软件,并且mysql的版本是不一样的

http://blog.csdn.net/jason_asia/article/details/41543947


【报错信息】

执行进行tpcc_start测试的时候遇到报错:

tpcc_test.sh: line 12: 24509 Segmentation fault      ./tpcc_start

【报错原因】

是由于重新安装了mysql软件,并且mysql的版本是不一样的,而tpcc是编译安装的,所以导致tpcc调用安装时编译的mysql lib库文件失败。

【解决方法】

重新编译安装tpcc-mysql,需要使用没有执行过make编译的源码包(重新下载)。


注: tpcc_test.sh是写的自动执行tpcc_start的脚本。


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!