the JDBC connection
String DRIVER = "com.mysql.jdbc.Driver";
converts the username: imtheuser1
into:
intheuser1@myremotehostname.com
and then denies that user access to the database! How do I prevent JDBC elongating the username? Because it should work if it doesn't do that. (And I can't add the hostname to my login because I'm on a dynamic ip allocation, so it changes every time I restart my connection!)