Hi, I have deployed my web application with the JDBC url like: jdbc:mysql://localhost:3306/<<db-name>>?useSSL=true and mentioned my username and password as added in the phpMyAdmin interface, but still not able to access my DB. Anything I am missing here. The servlet will pick this JDBC connection from server-side, thats why I am mentioning as localhost only. Regards, Bhagyaraj