I'm trying to establish a connection in my Java app with JDBC to access my online database so I can insert and query tables. Here is what I am currently trying: (actual IP/user/pass edited, but they're right since I've done similar from a PHP script) I'm trying to establish a connection in my Java