5 messages in com.mysql.lists.javaRe: Invalid Authorization Specificati...
FromSent OnAttachments
Liyju Janardhan12 Mar 2002 22:30 
Liyju Janardhan12 Mar 2002 23:07 
Liyju Janardhan13 Mar 2002 00:03 
Iain Reilly13 Mar 2002 04:11 
Liyju Janardhan13 Mar 2002 20:37 
Subject:Re: Invalid Authorization Specification(Access Denied)
From:Liyju Janardhan (liyj@yahoo.com)
Date:03/13/2002 08:37:44 PM
List:com.mysql.lists.java

Hi,

My problem is solved. Thanks Iain for pointing the spelling mistake. I deserve a kick for that. Since last few days I have been struggling with mysql. My problem was solved when I did GRANT ALL.. But due to this mistake Invalid Autho...Error. Anyway Thanks Iain,Cato and Tim. Regrads, Liyju

--- Iain Reilly <iain@geminga.nuigalway.ie> wrote:

Hi just a small thing, maybe it's a cut and paste error but in the code you gave below, password is spelt incorrectly, it only has one 's'. Maybe it's as simple as that....

<snip>

My code in Blob.java is: static String DBUrl =

"jdbc:mysql://localhost:3306/test?user=root&pasword=tiger";

. .

Regards, Iain