You are getting that error because your JSP pages are trying to connect to
MySQL using the login javaworks and no password.

Either:
1: You've not GRANTed any permissions to javaworks@localhost
or
2: You did GRANT permissions but with a password and you are not sending the
password.

HTH,
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
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 password: NO)
at org.git.mm.mysql.MysqlIO.init (MysqlIO.java : 278)
at org.git.mm.mysql.Connection.<init> (Connection.java :230)
at org.git.mm.mysql.Mysql.Driver.connect (Driver.java : 126)
at java.sql.DriverManager.getConnection (unknown source)

I am using Mysql version 3.23.31 for windows , Tomcat and JDK 1.3.1

Why am I getting this error and what can I do to resolve the problem.

Rohit.


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 07/03/2001


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to