Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PhpMyAdmin remote database access?

813626Mar 19 2011 — edited Mar 24 2011
Hi
Our professor provided us a url to put our database there. netcentric.dlsu.edu.ph:8100/pma
The problem is, I can't access it through jdbc. My connection statement is this.


final String URL = "jdbc:mysql://netcentric.dlsu.edu.pht:8100/pma/webdeve2";
Connection conn = DriverManager.getConnection(URL, user, pass);

What should my url be? Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 21 2011
Added on Mar 19 2011
9 comments
1,321 views