Hi all, I'm trying to perform provisioning to a MySQL database but I keep getting a connection failure. When I check the log, I see this message: java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
My connector is configured as follows: host: syncope2 port: 3306 user: root userpassword: password database: syncope table: employee key column: id password column: password jdbc driver: com.mysql.jdbc.Driver jdbc connection url: jdbc:mysql://syncope2:3306/syncope syncope2 is the hostname of a virtual machine where tomcat is installed. syncope is the name of the database that is used in MySQL the jdbc connector jar is located in tomcat/lib Hope somebody can help me. :) thanx and with kind regards, Timothy -- View this message in context: http://syncope-dev.1063484.n5.nabble.com/MySQL-Synchronization-tp5713710.html Sent from the syncope-dev mailing list archive at Nabble.com.
