Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi,
It may be a lame question, but I was wondering where I can find the database tables created from the forms and How do I access them in the MySQL in Joget folder. Do I need to configure anything for this. I looked around in the forums but couldn't find anything on this. Any help on this is appreciated.
Thanks
Vishvodhay
3 Comments
Owen Ong
Hi,
Table created by form will be prefixed with "app_fd_" in the database. So, if your table name for the particular form is "sample", the actual table name will be "app_fd_sample".
Hope this helps.
Best regards.
johnjohn123
I am trying to connect to the Database using a client to look up the tables. Can you help us to find where is the actual MySQL data base schema created, and what will be the admin user id and password to connect to the database. We have to create some custom tables in the same schema to access some static data for which we need to connect to the MYSQL database.
Hugo
Hi John,
Maybe you can take a look at Custom Database Configuration as well. Cheers.