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( > "jdbc:mysql://dbserver.myorg.com/MyDb?user=root&password=silksmitha" > ); > > yields the exception: > > java.sql.SQLException: Invalid authorization specification: Access denied for user: > '[EMAIL PROTECTED]' (Using password: YES)
Use FLUSH PRIVILEGES after updating the mysql tables directly. Regards, Fred. -- Fred van Engen XB Networks B.V. email: [EMAIL PROTECTED] Televisieweg 2 tel: +31 36 5462400 1322 AC Almere fax: +31 36 5462424 The Netherlands --------------------------------------------------------------------- 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