Replies: 1 comment
-
sorry, the default my.properties was used. Don't know which file I edited - now it works Got only the follwing warnings during compilation: [WARNING] Ambiguous type name : The object stevedb.transaction_stop_event_actor generates a type jooq.steve.db.enums.Transa ctionStopEventActor which conflicts with the existing type jooq.steve.db.enums.TransactionStopEventActor on some operating syste ms. Use a custom generator strategy to disambiguate the types. |
Beta Was this translation helpful? Give feedback.
-
today I implemented MariaDB 10.3.39 and tried to build steve again - with the following error.
further I added the following lines to my /etc/mysql/my.cnf:
[mysqld]
skip-networking=0
skip-bind-adress
My JDK is 11.0.23 ????
`[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35.793 s
[INFO] Finished at: 2024-08-21T22:47:20+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.flywaydb:flyway-maven-plugin:7.15.0:migrate (default) on project steve: org.flywaydb.core.internal.exception.FlywaySqlException: Unable to obtain connection from dat abase (jdbc:mysql://localhost:3306/stevedb?useSSL=true&serverTimezone=UTC) for user 'steve': Access denied for user 'steve'@'localhost' (using password: YES)
[ERROR] -------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- -
[ERROR] SQL State : 28000
[ERROR] Error Code : 1045
[ERROR] Message : Access denied for user 'steve'@'localhost' (using password: YES)
[ERROR]
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.flywaydb:flyway-m aven-plugin:7.15.0:migrate (default) on project steve: org.flywaydb.core.internal.exception.FlywaySq lException: Unable to obtain connection from database (jdbc:mysql://localhost:3306/stevedb?useSSL=tr ue&serverTimezone=UTC) for user 'steve': Access denied for user 'steve'@'localhost' (using password: YES)
SQL State : 28000
Error Code : 1045
Message : Access denied for user 'steve'@'localhost' (using password: YES)
`
Beta Was this translation helpful? Give feedback.
All reactions