I need help with finding out, which jar files I need to download and include in my java file to connect to MySQL. (MySQL is installed and setup correctly.)
Please list steps and links to the files I need to download.
Thanks!
2007-03-11
15:25:06
·
3 answers
·
asked by
cdnplaya69
1
in
Computers & Internet
➔ Programming & Design
I downloaded the driver unzipped it and included the following to my java file
import com.mysql.jdbc.ConnectionPropertiesTransform;
import com.mysql.jdbc.Driver;
import com.mysql.jdbc.NonRegisteringDriver;
import com.mysql.jdbc.SQLError;
import com.mysql.jdbc.StringUtils;
import com.mysql.jdbc.log.StandardLogger;
it compiled ok. but still can't connect to the database!
2007-03-12
22:26:27 ·
update #1
here's my code....
http://anosh.my-place.us/java/Connect.java
2007-03-12
22:32:04 ·
update #2