e call
>
> DriverManager.getConnection(
>"jdbc:mysql://dbserver.myorg.com/MyDb?user=root&password=silksmitha"
> );
>
> yields the exception:
>
> java.sql.SQLException: Invalid authorization specification: Access denied for user:
> '[EMAIL PROTECTED]
smitha"
);
yields the exception:
java.sql.SQLException: Invalid authorization specification: Access denied for user:
'[EMAIL PROTECTED]' (Using password: YES)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:652)
at com.mysql.jdbc.Connection.createNewIO(Connec
eated. The
passwords are correct and I even tried a different user, starting and stop the mysql
engine but to no avail.
Any help would be appreciated.
java.sql.SQLException: Invalid authorization specification: Access denied for user:
at org.gjt.mm.mysql.MysqlIO.init(MysqlI
ql.Driver;URL={jdbc:mysql://xxx.xxx.xxx.xx:3306/dbname
};uid=username;pwd=1234;"
The error :
Invalid authorization specification: Access denied for user: 'username@ns'
(Using password: YES)
Strange thing is that when I replace username with root, all works well... I
even creates an admin
ip address of the pc running mysql server is 192.168.9.50
if i use host as : 192.168.9.50 in the same java program from
the same pc i get the following error:
Exception in thread "main" java.sql.SQLException: Invalid authorization
specification: Access denied for user: '[EMA
,
Cal
http://www.calevans.com
-Original Message-
From: kuttappan [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 19, 2001 6:37 AM
To: [EMAIL PROTECTED]
Subject: Invalid authorization specification
hello all.
I'm new to mysql and to this list. Here's my problem. I am using mysql
hello all.
I'm new to mysql and to this list. Here's my problem. I am using mysql and jsp.
From a jsp page I try to connect to the mysql server I get error " Invalid
authorization specification: Access denied for user : javaworks@localhost (using
pa