I have created a simple user/password servlet that
puts a user/password
combination typed by a user into a MySQL database.
This servlet works
fine
on my local machine, however when I put this servlet
on my web hosting
site
and execute it I get this error:

java.sql.SQLException: Error during query: Unexpected
Exception:
java.sql.SQLException message given: General error:
Can't find file:
'USER.frm' (errno: 2)

I have created the database USER on the MySQL
database. My guess is
that the
JDBC driver can not find the database, but I am not
sure. Does anyone
know
how I can print out debug messages on a servlet to the
filesystem, this
would help diagnose the problem?

Thanks,
Ashish


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

___________________________________________________________________________
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