5 messages in com.mysql.lists.javaRe: How to connect to mysql by using ...
FromSent OnAttachments
thank you21 Dec 2002 20:26 
Peter Romianowski22 Dec 2002 06:51 
Brad Bonkoski22 Dec 2002 06:58 
Jan Hustak23 Dec 2002 01:42 
Jeff Mathis23 Dec 2002 09:02 
Subject:Re: How to connect to mysql by using JDBC(very difficult)?
From:Jeff Mathis (jmat@predict.com)
Date:12/23/2002 09:02:33 AM
List:com.mysql.lists.java

I use the com.mysql.jdbc.Driver class as my Driver. After upgrading to mysql-max 4.04, I've had no problems whatsoever

jeff

Jan Hustak wrote:

I hava set the classpath as /usr/local/jakarta-tomcat-4.1.12/common/lib/mysql-connector-java-2.0.14

try adding ".jar" at the end

Class.forName("org.git.mm.mysql.Driver").newInstance();

it's org.gjt, not org.git (it means Great Java Tree).

Good luck ;-)

jh

To request this thread, e-mail <java@lists.mysql.com> To unsubscribe, e-mail <java-unsubscribe-jmathis=pred@lists.mysql.com>