Collections:
JMeter MySQL Connection Requirement
How to prepare for JMeter connection to MySQL database server?
✍: FYIcenter.com
You can prepare for JMeter connection to MySQL database server
by following this tutorial.
1. Download the JDBC Driver for MySQL - Go to https://dev.mysql.com/downloads/connector/j/ and download the latest version, for example, mysql-connector-java-5.1.40.zip
Open the ZIP file and copy mysql-connector-java-5.1.40-bin.jar to \fyicenter\jmeter\lib folder.
2. Get the MySQL database server information from your DBA. For example:
Host name: localhost Port number: 3306 Database name: fyicenter
3. Get a database username and password with permission to create table and insert records from your DBA For example:
Username: john Password: NoOneKnows
⇒ Create MySQL Table for Test Result
⇐ Saving Test Results to MySQL Database
2017-11-18, 2807🔥, 0💬
Popular Posts:
How to valid IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has d...
How to validate domain name format? In order to help your programming or testing tasks, FYIcenter.co...
Where to find online test tools? FYIcenter.com has prepared a number of online test tools: Data Look...
How to expand IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has ...
How to generate currency test values? Currency test values are frequently needed in testing date and...