tssinfo Posted May 30, 2018 Posted May 30, 2018 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 Quote
wolstech Posted May 31, 2018 Posted May 31, 2018 Remove the useSSL=true. We don't support ssl connections to MySQL. Also, I'm assuming you've made sure to assign the user to the database in cpanel (a lot of users miss that step)? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.