Re: 'Invalid authorization specification' from MySql server

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

RE: Invalid authorization specification

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