連接數(shù)據(jù)庫(kù)啟動(dòng)報(bào)錯(cuò)報(bào)錯(cuò)
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
? 請(qǐng)問(wèn)解決了沒(méi)有 ,我也是這個(gè)問(wèn)題
2017-06-17
怎么解決的
?????
2017-05-27
有解決的了嗎?
2017-03-28
你沒(méi)有設(shè)置數(shù)據(jù)庫(kù)方言,在application.properties添加這一句
spring.jpa.database=oracle
2017-03-11
嗨呀,好氣啊,也是出現(xiàn)
這樣的錯(cuò)誤,找了一個(gè)晚上,都沒(méi)有找到解決辦法。
2017-02-11
把url: jdbc:mysql://localhost:3306/dbgril?useSSL=false變成這樣就不報(bào)上面錯(cuò)誤,好像是數(shù)據(jù)庫(kù)版本高的原因。
但是依舊連接不了: