1, download connection MySQL database jar package, address: http://www.jb51.net/softs/214141.html
Note: you want to run the software needs to install the Java environment , this site provides the Java software download address, the need for friends can click to download .
2, copy the file to the Jmeter\lib\ext directory, my is: D:\Program files\apache-jmeter-2.11\lib\ext
JMeter installation Use tutorial see: http://www.jb51.net/softjc/266834.html
3, start JMeter, in the test plan click Browse Add just copy jar package
4. Test plan-Add JDBC Connection Configuration
5. Configure Database connection
jdbc:mysql://192.168.1.141:3306/bugfreecom.mysql.jdbc.driverroot123456
Note: Replace the database IP address and database name and user name, password.
6. Add Thread group-jdbc Request
7, the input variable name (must be consistent with the variable name in the JDBC Connection configuration) and SQL statements.
8. Add View result tree execution