Alright ... I figured it out (sort of)...
When I created a user account I put the value '%' in the host field of the mysql.user table. I was following the example of the root account that was already specified in the table. Apparently if I make that if I change that '%' to 'localhost' its fine. I don't really understand why but it fixed it... Neal -----Original Message----- From: neal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 7:28 PM To: mySQL Subject: JDBC - Access denied (using password: yes) Does anyone know why I would recieve this error, when attmepting to connect to mySQL via JDBC(driver=Connector/J 3.0 beta) I can connect if I provide no password (even if the account specifies a pwd)? I can connect correctly using MySQL Front ... but JDBC is giving me this error. javax.servlet.ServletException: Invalid authorization specification: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) Thanks. Neal --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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