IDEA連接本地mysql失敗


問題描述:

IDEA連接本地mysql失敗

Connection to lanyuekeji@localhost failed.
[08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up.

The specified database user/password combination is rejected: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.

 

翻譯一下錯誤“ The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone”是時區不對,故在URL后面加上?serverTimezone=GMT%2B8   解決問題


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM