4 messages in com.mysql.lists.javaJDBC
FromSent OnAttachments
Jörgen Ekström (QCS)16 May 2001 01:09 
ha...@linux.gelrevision.nl16 May 2001 01:22 
Anatol Mayen16 May 2001 04:48 
James Bennett16 May 2001 10:05 
Subject:JDBC
From:Jörgen Ekström (QCS) (Joer@ecs.ericsson.se)
Date:05/16/2001 01:09:16 AM
List:com.mysql.lists.java

Hi,

I've been developing a Java application using the JDBC driver and when
connecting to the database using the url:

"jdbc://localhost/finsys?user=root=secret"

I get an autorization error saying that a password was not supplied,

Access denied for user: 'root@localhost' (Using password: NO)

Personally I think the encoding of the user and password in the url string is
quite strange ("user=root=secret"), but i've taken it direcly from the JDBC
documentation. Futher, this code worked fine for a couple of months, then suddenly I got this error.

Some ideas?

/ Jorgen