MySQL Benchmark

From SoL 25 Wiki

Jump to: navigation, search

Make sure MySQL is up and running, then install the needed PERL packages:

perl -MCPAN -e shell
install DBI
install DBD::mysql
quit

If you haven't run the CPAN shell before, you will need to answer some questions. The default values work quite nice here, you will have to select a local CPAN mirror though.

Now you are ready to run the benchmark:

cd /usr/server/mysql/sql-bench/
./run-all-tests --server=mysql --cmp=mysql,pq,solid
Views
Personal tools