'Invalid authorization specification' from MySql server

2003-03-09 Thread rks
I am running 3.22.32 server on Sol 2.7. After successfully installing the server on (server dbserver), I created my database 'foo' and granted all privileges to '[EMAIL PROTECTED]': mysql use mysql; ... mysql grant all on *.* to [EMAIL PROTECTED]; ...OK... mysql update user set

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(