I tried installing this at home with the Java SDK ... the SDK worked fine, and now I can use the command line to compile java programs into classes ...
However, I'm not sure how to check if JDBC works to connect to my server / databases / mysql.
How I feel my server (which is the shared website / web host) may not allow the connection ...
How can I verify that JDBC is installed correctly without connecting to the server?
And then how can I verify (please, separate code) that (now confirmed working) JDBC connects to my databases?
Thank you so much.
source
share