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