Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using MySQL on Windows: Cannot connect to database [default] #4

Open
watawata001 opened this issue Oct 8, 2021 · 0 comments
Open

Comments

@watawata001
Copy link

Configuration error
Cannot connect to database [default]

In /C:/Users/Livinsoul/Downloads/languagelogger-backend/languagelogger-backend-master/target/scala-2.11/classes/application.conf:49
45db.default.password=${?DB_PASSWORD}
46
47db.default.driver=com.mysql.cj.jdbc.Driver
48
49db.default.url="jdbc:mysql://localhost/languageloggerdb?characterEncoding=UTF8&connectionCollation=utf8mb4_general_ci&verifyServerCertificate=false&useSSL=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC"
50db.default.url=${?DB_URL}
51
52db.default.logStatements=true
53# Evolutions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant