if a want to get a connection to mysql in the workflow,i should add the mysql driver file like "mysql-connector-java-5.1.6-bin.jar" it will be ok but if i export the workflow to a zip file......run it on the windows command line
c:\....\knime.exe ...-workflowFile=c:\....connectToMysql
the error will occour like: can not create a connection to database:com.mysql.jdbc.Driver
how to solve the problem?