Keycloak database installation issue

Hi,
I am trying to install Keycloak version 15.0.2 as part of securing my application in Wildfly 24.0.1. Under which location the realm details, clients and users are getting saved by default? Is there any default database for keycloak and how do I access the table values?

Thanks in advance,
Deeps.

You have to use/configure an external relational database, see docs.
The embedded database is only meant for dev-purposes.

Okay. I am using MYSQL database. Is there any sql scripts available for creating table for keycloak 15.0.2?

You should read the docs… it‘s all in there.
Keycloak maintains the database/schema/tables on its own, no need for manual steps.

Okay, Thank you for the reply.