I am trying to set up Servoy to work with MySql on my local windows computer.
I’ve installed the jar file called
“mysql-connector-java-3.1.13-bin” into the Servoy/Drivers directory.
I’ve got MySQL running as a service and can connect to it with my browser. However, when I try and connect to it via Servoy Developer I get the following message
“java.sql.SQLException: JDBC Driver ‘org.gjt.mm.mysql.Driver’ not found in classpath or drivers directory : java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver org.gjt.mm.mysql.Driver”
Can anybody let me know where I’m going wrong?
Many thanks
MerMer