getting error while configuring the MySql with Quarkus Framework... #27874
Unanswered
mangeshsalve
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
getting error while configuring the MySql with Quarkus Framework......
ERROR [io.qua.run.Application] (Quarkus Main Thread) Failed to start application (with profile dev): java.sql.SQLException: Access denied for user 'root '@'localhost' (using password: YES)
Using this application.properties...
quarkus.datasource.db-kind=mysql
quarkus.datasource.username=root
quarkus.datasource.password=****
quarkus.datasource.jdbc.url= jdbc:mysql://localhost:3306/quarkus
#quarkus.datasource.jdbc.min-size=3
#quarkus.datasource.jdbc.max-size=16
quarkus.hibernate-orm.database.generation= drop-and-create
quarkus.hibernate-orm.log.sql: true
#quarkus.datasource.driver: com.mysql.cj.jdbc.Driver
Beta Was this translation helpful? Give feedback.
All reactions