Hi all,
I do not understand what I am doing wrong. I'm trying to set the path to the J connector.
Then run a
java app to check connection. I get
JDBC driver not found
I have the mysql-connector-java-5.1.34-bin.jar placed in C:\Program Files (x86)\Java\jre7\lib folder.
So the path would be C:\Program Files (x86)\Java\jre7\lib\mysql-connector-java-5.1.34-bin.jar
and then in Windows 7 path variables edit, it looks like
......;C:\Program Files (x86)\Java\jdk1.7.0_71\bin;C:\Program Files (x86)\Java\jre7\lib\mysql-connector-java-5.1.34-bin.jar
java version = 7
jdk1.7.0_71
MySQL version = 5.6
MySQL Workbench 6.2 CE