sczyh30 / vertx-blueprint-microservice

Vert.x Blueprint Project - Micro-Shop microservice application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keycloak reporting error when first time connecting to MySQL

minosniu opened this issue · comments

I'm running blueprint on MacOS High Sierra. All dependencies have been provided, but when running "sudo ./run.sh" it gave errors like this:

keycloak-server_1 | Caused by: java.sql.SQLException: Access denied for user 'keycloak'@'172.18.0.5' (using password: YES)

I could see the MicroShop page when pointing to localhost:8787, but the keycloak auth didn't show up.

Any idea why this happens, and whether it has anything to do with keycloak/mysql misconnection?

Hi Please note that I have the same problem.