...
- Download the MySQL JDBC driver from http://dev.mysql.com/downloads/connector/j/. Please make sure that you use a version compatible with your server. For versions above 8, driver version 8 should be used. If the MySQL server version is 5.5 or newer, the JDBC driver version should be at least 5.1.23 or newer.
- Place
mysql-connector-java-
*
-bin.jar
from the downloaded archive into the<
TeamCity Data Directory
>/lib/jdbc
. Proceed with the TeamCity setup.
...