Success!
Posted by: john aho
Date: June 17, 2008 05:14PM

I changed my jsp code from
String database = "jdbc:mysql://name.of.my.server/database";
to:
String database = "jdbc:mysql://127.0.0.1:3306/database";

and that did the trick. Apparently mysql is only binding to localhost. Don't know how to change that but I can at least get some applications up and running.

~yay

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.