What is the default password for mysql Database in Joget DX7 platform
Confluence User - 06 Dec, 2022
I have tried with this but not working-
Connection con = null;
Class.forName("com.mysql.jdbc.Driver").newInstance();
con = DriverManager.getConnection("jdbc:mysql://localhost:3307/jwdb?characterEncoding=UTF-8&useSSL=false&allowPublicKeyRetrieval=true", "root", "root");
server