y, April 02, 2002 10:51 AM
> To: mysql
> Subject: SQLState: 28000
>
> Hello,
> I am having a problem connecting to a mysql database.
> My url string is as follows:
> private static final String url = "jdbc:mysql://localhost:3306/test";
>
> and I call the Drive
LException--
Error message: Invalid authorization specification: Access denied for
user: '[EMAIL PROTECTED]' (Using password: YES)
SQLState: 28000
Vendor: 1045
I have done a:
GRANT ALL PRIVILEGES ON test.* TO chris@localhost IDENTIFIED BY
'some_pass'
I log into mysql with;