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
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 password