8 messages in com.mysql.lists.javaRe: JDBC Configuration Issue...
FromSent OnAttachments
rj...@typeline.com24 May 2000 11:16 
Igor Fedulov24 May 2000 11:28 
rj...@typeline.com24 May 2000 11:47 
Ivo Pescia24 May 2000 11:56 
rj...@typeline.com24 May 2000 12:10 
rj...@typeline.com24 May 2000 12:29 
Patrick Hoffman24 May 2000 12:41 
Tim Endres24 May 2000 12:55 
Subject:Re: JDBC Configuration Issue...
From:rj...@typeline.com (rj@typeline.com)
Date:05/24/2000 11:47:24 AM
List:com.mysql.lists.java

Still no luck. My database is called 'typeline'. Is it in the correct spot? In
the documentation, the example reads: jdbc:mysql://localhost/test?user=monty=greatsqldb; what is
the 'greatsqldb' variable in this instance?

thanks

Igor Fedulov wrote:

The version of MySQL that I'm running is: 3.23.8-alpha. Any suggestions?

DriverManager.getConnection("jdbc:mysql://localhost/typeline?user=admin=admin");

You don't have password specified in the getConnection. It should read:

DriverManager.getConnection("jdbc:mysql://localhost/typeline?user=admin&password=admin");

Best regards,

To unsubscribe, send a message to the address shown in the List-Unsubscribe header of this message. If you cannot see it, e-mail java@lists.mysql.com instead.