Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: converted to 1.6 markup

...

Install the JDBC Driver for MySQL

Wiki MarkupIn order for JMeter to access a MySQL database as a client, it needs a JDBC database driver. For MySQL this is called MySQL Connector/J and is available at \[http://www.mysql.com/products/connector/j/\]. Download Connector/J and unzip the file. This will produce a directory containing the Connector/J files. In this directory you will find the connector jar file (mysql-connector-java-_version_-ga-bin.jar). Copy this file to the JMeter lib directory.

Configure the JDBC Sampler

...