skip to Main Content

SSLException for connecting mysql db – Apache

I am creating a webproject..I have configured the jdbc realm for this..I need to connect the java servlet to mysql database.. private static String JDBC_DRIVER = "com.mysql.jdbc.Driver", DB_URL = "jdbc:mysql://localhost/chat", USER = "root", PASS = "public"; @OnMessage public void onMessage(String…

VIEW QUESTION
Back To Top
Search