Re: 'Invalid authorization specification' from MySql server

2003-03-09 Thread Fred van Engen
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]

'Invalid authorization specification' from MySql server

2003-03-09 Thread rks
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

Invalid authorization specification

2002-10-18 Thread Kevin Stoll
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

Invalid authorization specification: Access denied for user: 'prodoc@ns' (Using password: YES)

2001-08-20 Thread Harry M. Aasterud
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

'invalid authorization specification' error

2001-05-08 Thread Damnish
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

RE: Invalid authorization specification

2001-03-20 Thread Cal Evans
, 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

Invalid authorization specification

2001-03-19 Thread kuttappan
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