On 25-Jun-2000 Zheng Xi wrote:
> Hello! All:
>
>       The output on browser is "
> 1: Hello 2: Hello 3: Hello Result set exception E0610 Error in
> executeQuery() E0606 executeQuery() error -- E0701 Error in getResult().
> E0708 Command results in error - 1044 Access denied for user:
> '@localhost' to database 'mysql'

My guess is not that you did something wrong in your coding but that you forgot
so correctly setup the mysql authentication for the user you are using.

Check how to setup users in mysql and try to connect to the database with that
user using the "mysql -u 'user' -p 'database'" command.

Wouter

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to