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

1


07 Dec, 2022
confluenceUser
confluenceUser

Joget MariaDB default username=root and password= <empty/blank>. You can see the database connection string values in the ".\wflow\app_datasource-default.properties" file.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print