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

  • No labels

3 Comments

  1. 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.

    1. 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.

  2. Hi John,

    Maybe you can take a look at Custom Database Configuration as well. Cheers.