1) mysql site provides a free java jdbc driver.
https://dev.mysql.com/downloads/connector/j/
2) download and place the .zip driver in the Automize11\jre\ext folder as well as the Automize11 main folder.
3) Settings to use:
driver = com.mysql.jdbc.Driver
url format = jdbc:mysql://localhost/test?user=monty&password=greatsqldb