[keycloak-user] keycloak database

Andrew Meyer andrewm659 at yahoo.com
Wed Mar 27 17:06:51 EDT 2019


Hmm...here is what my database config looks like.
Welcome to the MariaDB monitor.  Commands end with ; or \g.Your MariaDB connection id is 48002Server version: 10.1.38-MariaDB MariaDB Server
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> use keycloak;Database changedMariaDB [keycloak]> SELECT @@character_set_database, @@collation_database;+--------------------------+----------------------+| @@character_set_database | @@collation_database |+--------------------------+----------------------+| utf8                     | utf8_unicode_ci      |+--------------------------+----------------------+1 row in set (0.00 sec)
MariaDB [keycloak]> 
Is there something else I need to do to populate the database?

Sent from Yahoo Mail on Android 
 
  On Wed, Mar 27, 2019 at 2:22 PM, Marek Posolda<mposolda at redhat.com> wrote:   On 27/03/2019 19:50, Andrew Meyer wrote:
> So I've created the keycloak database, but when I login to the admin side and set it all up should there be any other databases/tables that get added to MariaDB/MySQL/ or PostGreSQL?
> I see a blank database.  Did I miss something?

Yes, you should see tables in the DB after you start Keycloak and login 
to admin console. If you don't see it, you probably configured the DB 
wrongly or you're looking at some bad place?

Marek

> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user


  


More information about the keycloak-user mailing list