Hi,
On Sun, Mar 09, 2003 at 02:48:31PM -0800, [EMAIL PROTECTED] wrote:
>
> mysql> update user set password=PASSWORD('silksmitha') where
>Host='bajji.myorg.com';
> ...OK...
>
> When I connect to the server from bajji.myorg.com, the call
>
> DriverManager.getConnection(
>"jdb
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