This kind of error happens when the driver is not the correct one, just change it!
because maybe you are using: mysql-connector-java-5.1.34.jar, or mysql-connector-java-5.0.8.tar..which uses: org.gjt.mm.mysql.Driver para invocar el driver
but, both are incorrect for Pentaho spoon
The correct is: jdbc_mysql.jar because it uses the driver : com.mysql.jdbc.Driver
because maybe you are using: mysql-connector-java-5.1.34.jar, or mysql-connector-java-5.0.8.tar..which uses: org.gjt.mm.mysql.Driver para invocar el driver
but, both are incorrect for Pentaho spoon
The correct is: jdbc_mysql.jar because it uses the driver : com.mysql.jdbc.Driver
No hay comentarios:
Publicar un comentario