連接數據庫啟動報錯報錯
Sat Feb 11 20:48:24 CST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
2017-02-11 20:48:24.186 ERROR 400 --- [ ? ? ? ? ? main] o.a.tomcat.jdbc.pool.ConnectionPool ? ? ?: Unable to create initial connections of pool.
java.sql.SQLException: Access denied for user ''@'localhost' (using password: NO)
2018-02-27
? 請問解決了沒有 ,我也是這個問題
2017-06-17
怎么解決的
?????
2017-05-27
有解決的了嗎?
2017-03-28
你沒有設置數據庫方言,在application.properties添加這一句
spring.jpa.database=oracle
2017-03-11
嗨呀,好氣啊,也是出現
這樣的錯誤,找了一個晚上,都沒有找到解決辦法。
2017-02-11
把url: jdbc:mysql://localhost:3306/dbgril?useSSL=false變成這樣就不報上面錯誤,好像是數據庫版本高的原因。
但是依舊連接不了: