Can you confirm if the MySQL instance is accessible on the specified port (3306) via a browser, terminal, or another tool? It's also possible that the issue is caused by the ${DB_PASSWORD} environment variable not being set correctly. As a debugging step, you can temporarily disable JDBC session initialization by setting spring.session.store-type=none in application.properties.